Thread: scroll bars
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default scroll bars

Hi

ActiveWindow.DisplayHorizontalScrollBar = False
ActiveWindow.DisplayVerticalScrollBar = False
Set to true to switch back on
--
Regards

Roger Govier


"vqthomf" wrote in message
...
Hi
I have a web page created in VBA using the webbrowser control....How
do you
switch off the scroll bars?
Thats it ! Thats all I want to do can any body help.
TIA
Charles