From: Alan on
I hope this question is appropriate for this group. . . .

I am using several WebBrowser (ActiveX) controls on a VBA UserForm in
Excel. I am displaying images from the Internet in them using URLs.
To fit them all on the user form, I had to make them smaller. This
results in the WebBrowser keeping the original image sizes and
automatically creating scroll bars.

My Question: Is there a way to tell the WebBrowser control to scale
the web content (images, in this case) to fit within the control?

Thanks, Alan