Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
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
Printing On Both Sides of the Paper
Turning Off AutoComplete for Dates
Understanding Auto Line Spacing
Adding Comments to Your Document
Conditional Calculations in Word
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
Find and Replace Almost Anything! An invaluable resource for learning how to harness the full power of Word's search and replace capabilities. You'll discover everything you need in order to master all the intricacies of finding and replacing elements of your document, including the super-powerful "wildcard searches" available in Word.