While your assumption, that toolbars stay put when you turn them on,
is true of most toolbars there are a couple that don't always follow
this rule. What you are currently encountering is a case of Microsoft
trying to make the majority happy. In previous versions the Web
toolbar would surface unexpectedly and it drove users nuts. So they
(MS) changed the behavior. As a matter of fact, I wrote a FAQ on how
to banish the Web toolbar. ;-)
Here are the steps you need to create your macro:
1) Copy the lines of code between Sub AutoExec () and End Sub at
the end of this post
2) In Microsoft Word click the Tools menu
3) Point to the Macros command
4) Click Macro
5) Type AutoExec in the Macro Name text box
6) Click the Create command
7) Place the previously copied code between the Sub and End Sub
8) Close the Visual Basic Editor and return to Word
9) If prompted to save changes to Normal.dot upon exiting Word
select Yes
Macro:
Sub AutoExec()
CommandBars("Web").Visible = True
End Sub
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
TechTrax eZine:
http://mousetrax.com/techtrax/
MVP FAQ site:
http://mvps.org/