View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Gary is offline
external usenet poster
 
Posts: 273
Default Use VBA to control scrollbars in a Frame

I have a VBA Frame that has scrollbars and contains a WEB Browser which I
need to scroll from my VBA application. I have not been able to find
something like HorizScroll.Value = 50 where I can set the scroll bars from
code. I think an API call is needed but have not been able to find it .
Any help appreciated,

Gary