Written by Allen Wyatt (last updated October 26, 2023)
This tip applies to Word 97, 2000, 2002, and 2003
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\11.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 is available on the Word MVP site 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.)
https://wordmvp.com/FAQs/AppErrors/MissingMenusEtc.htm
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1486) applies to Microsoft Word 97, 2000, 2002, and 2003.
Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2013. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word 2013 Step by Step today!
Some of the secondary menus used in Word can be made into floating toolbars, if you know the trick. It's not that hard; ...
Discover MoreIt can be disconcerting when a custom menu you've used for years suddenly loses all the options it previously contained. ...
Discover MoreWord allows you to customize the program's menus as much as you want. At some point, however, you may want the menus to ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments