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

Tips.Net > WordTips Home > Customizing Word > Toolbars > Hiding the Reviewing Toolbar

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


More Power! For some people, the prospect of creating Word macros can be scary. WordTips: The Macros can help you conquer your fears and you'll discover you're much more confident and productive as you make Word do exactly what you want. This is an invaluable source for learning macros. You are introduced to the topic in bite-sized chunks, pulled from past issues of WordTips. Learn at your own pace, exactly the way you want.
 
Check out WordTips: The Macros today!

Helpful Links

Ask a Word Question
Make a Comment

Tips.Net Home
Vital News Home

WordTips FAQ
WordTips Premium

Learn Access Now

Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 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.)