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

Arranging Document Windows

Specifying a Backup Location

Controlling Chart Gridlines

Merging Table Cells

Collapsing and Expanding Subdocuments

Zooming With the Keyboard

Initiating a New Search

 

Hiding the Reviewing Toolbar

Summary: Does the Reviewing toolbar keep popping up whenever you create a document? Here's a possible reason, along with what you can do about it. (This tip works with Microsoft Word 97, Word 2000, Word 2002, and Word 2003.)

Steve Richards complained that whenever he creates a new document, Word opens the Reviewing toolbar. He doesn't want it to open automatically, but wants it hidden.

There could be several answers to this problem. If you are using Word 2000, the problem could be related to a Reviewing toolbar bug in that version of the program. You can read about that problem at the following WordTips page:

http://wordtips.vitalnews.com/Pages/T1261_Persistent_Reviewing_Toolbar_Display.html

If this is the problem, then you should be able to fix it by loading the Normal.dot template directly, hiding the Reviewing toolbar, and then saving the template.

If the problem still remains, or if you are using a version of Word other than Word 2000, then a solution is to create an AutoOpen macro that hides the toolbar. Just add the following macro to your Normal.dot template:

Public Sub AutoOpen()
    Application.CommandBars("Reviewing").Enabled=False
End Sub

Tip #140 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 WordTips: Styles and Templates today!