bottom
Great WordTips!
         
Your e-mail address is safe!
Close Note

Tips.Net > WordTips Home > Customizing Word > Toolbars > Displaying the Outlining Toolbar by Default

Displaying the Outlining Toolbar by Default

Summary: The Outlining toolbar contains tools that are helpful to use, even if you aren’t working on your document’s outline. This tip explains how you can ensure that the Outlining toolbar is always displayed, as well as a way to access the desired tools even without the toolbar visible. (This tip works with Microsoft Word 97, Word 2000, Word 2002, and Word 2003.)

The Outlining toolbar in Word contains a number of tools which are very helpful, and not just when you are working in Outline view. Most notably it contains two tools that are helpful for tables of contents. One tool, Update TOC, is great for updating the TOC while you are developing the document. The other tool, Go To TOC, allows you to jump back to the TOC from any place in the document.

Because these tools are so helpful, some people like to display the Outlining toolbar all the time. It displays automatically when you switch to Outline view, but at other times you must choose View | Toolbars | Outlining to display it. Getting the Outlining toolbar to display at all times is a bit trickier. The only way to do this is by using a macro that runs automatically when you start Word. You can do this by adding the following macro to the Normal.dot template:

Sub AutoOpen()
    CommandBars("Outlining").Visible = True
End Sub

If you prefer not to use a macro, you should consider simply giving up on the Outlining toolbar and creating your own custom toolbar. If all you are interested in is the TOC-related tools, this is a very easy thing to do:

  1. Choose Customize from the Tools menu. Word displays the Customize dialog box.
  2. Make sure that the Commands tab is displayed. (Click here to see a related figure.)
  3. In the Categories list, choose All Commands.
  4. Scroll through the list of commands and select GotoTableOfContents.
  5. Drag the GotoTableOfContents tool out of the list and drop it at the toolbar location where you want it to appear.
  6. Scroll through the list of commands and select UpdateTableOfContents.
  7. Drag the UpdateTableOfContents tool out of the list and drop it at the toolbar location where you want it to appear.
  8. Close the Customize dialog box.

With the two tools appearing on a different toolbar, you no longer need to display the Outlining toolbar all the time.

Tip #205 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003


Take Control! Master the real power behind Word! Successfully master the secrets of powerful formatting and create documents that stand out from the rest. Best of all, you can create documents that are easy to maintain and quick to change.
 
Check out Word 2007 Styles and Templates today!

Helpful Links

Ask a Word Question
Make a Comment

Tips.Net Home

WordTips FAQ
WordTips Premium

Learn Access Now

Bugs and Pests Tips
ExcelTips
Family Tips
Health Tips
Home Tips
Organizing Tips
WordTips

Advertise on the
WordTips Site

 

Great Info!

Get tips like this every week in WordTips, a free productivity newsletter. Enter your e-mail address and click "Subscribe."
     
(Your e-mail address will never be shared with anyone, ever.)