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
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
Hi
ActiveWindow.DisplayHorizontalScrollBar = False
ActiveWindow.DisplayVerticalScrollBar = False
Set to true to switch back on
--
Regards
Roger Govier
"vqthomf" <vqthomf@discussions.microsoft.com> wrote in message
news:5209C9C2-143C-4C20-96AE-2D41686CD789@microsoft.com...
> 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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks