Making picture fit into webbrowser
Hello,
thank you for your time to read this
I am using the command toolbox in VBA, excel and have created a
webbrowser, and have use the code below to insert a picture
WebBrowser1.Navigate ("C:\Users\*******Searches\Pictures
\BILD0515T.jpg")
It loads the picture perfectly fine, but the problem is that the
picture is bigger than the width and height of the webbrowser, and so
scroll bars appear, and the picture doesn't fit,
Would it be possible to make the picture be squeezed into the
webbrowser's Height, and width?
Your time is much appreciated
|