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

Tips.Net > WordTips Home > Word's Environment and Interface > Button for Leaving Full-Screen Mode

Button for Leaving Full-Screen Mode

Summary: If you display your document in full-screen mode, there are a couple of ways you can get back to normal mode. One method relies on a special toolbar, but what are you to do if that toolbar doesn’t display as you expect? This tip provides a couple of things you can do to get operations back to normal. (This tip works with Microsoft Word 97, Word 2000, Word 2002, and Word 2003.)

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:

  1. Go to full-screen mode.
  2. Press Alt+V. Word displays the normal View menu.
  3. Choose the Toolbars option.
  4. Make sure the Full Screen option is selected. (This displays the Full-Screen toolbar.)

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.

Tip #327 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003


Take Control! Experienced users know that styles can make the difference between a plain document and a masterful one. This is the real power behind Word, and the key to that power can be found in WordTips: Styles and Templates.

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.)