Controlling toolbars On Off by VB Code (1 Viewer)

llyal

Registered User.
Local time
Today, 05:28
Joined
Feb 1, 2000
Messages
72
Controlling toolbars On Off by VB Code

In Access97, i created a URL Manager that opens many URls in separate IE instances; Access97 will display a Web toolbar when it does this; i would like to turn this toolbar off- i think it is annoying; is there a way in VB/ VBA that controls the on/off of these toolbars; if i cannot prevent the toolbar from showing, i still would like to turn it off as soon as possible through code;

Thank you!

--llyal
 

accesswatch

Registered User.
Local time
Today, 05:28
Joined
Aug 12, 2000
Messages
72
Use

DoCmd.ShowToolbar 'Web',acToolbarNo

You will have to check that your Web toolbar is still named 'Web' if it is not then change the name in the command above. Look in VIEW,TOOLBAR,CUSTOMISE to see the toolbars available

Hope this helps
Trevor from www.accesswatch.co.uk
 

Users who are viewing this thread

Top Bottom