> How do I make the Outlining toolbar present on startup so that it's
> always there even when I'm not in Outline mode?
That would require a macro named AutoExec, that you've placed in your
Normal.dot or another global template (*.dot file stored in Word's
Startup folder). Example:
Sub AutoExec()
Application.CommandBars("Outlining").Visible = True
End Sub
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :-)