Outlining Toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
Hi =?Utf-8?B?QWxsZXd5bg==?=,
Is there a way to force Word to always display the Outline Toolbar?
Not integrated into Word, no. You could use a macro (or a few macros)
to force its display. For example, to make it display whenever you
open a document, create this macro in your Normal.dot:

Sub AutoOpen
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 :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top