WordTips (Menu Interface)
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.
With more than 35 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company.
Learn more about Allen...
WordTips FAQ
Ask a Word Question
Make a Comment
Free Business Forms
Free Calendars
Marilyn wrote about a missing button that she normally sees when using word in full-screen mode. The button allows her to exit full-screen mode and start using Word, once again, in normal mode.
This button is actually on a special toolbar that appears only when Word is operating in full-screen mode. You can try the following steps to get the toolbar back:
The toolbar, with its button, should now be visible. If it is not, it could be because the toolbar has somehow been moved "off screen" so it is no longer visible. In that case, you can run the following macro to get it back.
Sub ShowFullscreen()
ActiveWindow.View.fullscreen = True
With CommandBars("full screen")
.Visible = True
.Position = msoBarBottom
End With
End Sub
Of course, many people don't even care about the Full-Screen toolbar. They consider the toolbar to be counter-productive to the purpose of full-screen mode since it occupies some of the available screen, usually in an area that obstructs what you want to see. These folks know that the easiest way to get out of full-screen mode is to bypass the button and simply press the Esc key.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (327) applies to Microsoft Word versions: 97 2000 2002 2003
Related Tips:
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!