Forum Discussion
WLLIAN
Jan 28, 2024Brass Contributor
EXCEL - WEBBROWSER FIT IMAGE SIZE
Hi, there a way to fit the image into the webbrowser?
This is the code:
Private Sub ListBox1_Change()
Dim LTBL As ListObject
Set LTBL = Planilha1.Range("Tabela1").ListObject
WebBrowser1.Navigate ListBox1.Column(39)
End Sub
Excel 365
Windows 10
System 64
No RepliesBe the first to reply