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
Imagine this: You are typing along, minding your own business, creating a literary masterpiece, and then bam! Out of the blue, your Word menu bar disappears. It was there one minute, and then it is just gone. Did you suddenly go into full-screen mode? No, a quick press of the Esc key doesn't have any effect (as it would if you were in full-screen mode). What do you do?
The menu bar is treated almost as if it were another toolbar. To see if the menu bar has just been "turned off," press Alt+T (which would display the Tools menu, if the menu bar were visible) and then press C (for Customize). You should see the Customize dialog box appear, and the Toolbars tab should be selected. Somewhere on the list of available toolbars is the Menu Bar. Make sure this option is selected, and then click on Close.
If the foregoing doesn't fix your menu bar, the next thing to try is to run a macro to restore the menu bar. This is helpful if your menu bar really is displayed, but is just not visible. (For instance, it is behind another toolbar or is just off-screen.) The following macro will do the trick:
Public Sub ResetMenuBar()
With CommandBars("Menu Bar")
.Visible = True
.Position = msoBarTop
End With
End Sub
The macro references the menu bar, makes sure it's visible and then resets it to its more usual position of being docked at the top of the Microsoft Word window.
Of course, entering and running a macro can be interesting if you cannot see the menu bar to begin with. The trick is to simply press Alt+F8 to pop up the Macros dialog box. Now you can create and run macros just as you normally would.
If you still can't see your menu bar, then the problem is that one of the data keys in the Registry has become corrupted. This is where Word stores information that controls how configurable items are displayed on the screen. Fortunately, if this particular data key is removed, Word will recreate it when it first starts. Unfortunately, this data key is not removed if you uninstall Word. Thus, uninstalling and reinstalling won't fix any problems with a corrupt data key. Instead, you must directly edit the Registry. Try these steps:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Data
It should go without saying, of course, that any time you make changes in the Registry you run the risk of really messing up your machine. Don't delete or change any other information than what is detailed above. You may also want to back up your Registry before making any changes. (You can find out how to do Registry backups in any decent Windows tutorial book.)
Another caveat is that by renaming or removing the data key (and thereby forcing Word to start over from scratch), you lose many of your other customizations. Thus, you may want to have in mind exactly what those customizations are so that you can redo them after restarting Word.
Another excellent article on the edit-the-Registry technique was written by Word MVP Dave Rado and can be found at the following address. (The article goes into much more detail on the process and ramifications than I have the space to do here.)
http://www.mvps.org/word/FAQs/AppErrors/MissingMenusEtc.htm
Tip #1486 applies to Microsoft Word versions: 97 2000 2002 2003
Create Rock-Solid Lists! Bulleted and numbered lists can help make your writing clearer and easier to follow. If not done properly, however, they can be a nightmare to work with. Discover the ins and outs of Word's lists with this great reference available in two versions.