View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan[_8_] Alan[_8_] is offline
external usenet poster
 
Posts: 117
Default Content Size for WebBrowser ActiveX Control

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