Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Setting Fraction Bar Overhang Spacing in the Equation Editor

Printing On Both Sides of the Paper

Turning Off AutoComplete for Dates

Ordering Search and Replace

Understanding Auto Line Spacing

Adding Comments to Your Document

Conditional Calculations in Word

 

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

Document and Annotate! One of the easily overlooked tools provided by Word is the ability to add footnotes and endnotes to your documents. WordTips: Footnotes and Endnotes is the definitive resource guide to using these tools to enhance your documents.
 
Check out WordTips: Footnotes and Endnotes today!