View Single Post
  #3   Report Post  
Posted to microsoft.public.word.newusers
Beth Melton Beth Melton is offline
external usenet poster
 
Posts: 1,380
Default Screen view 100%

The closest you have is the Full Screen Reading view. It's on the View
buttons at the bottom right corner of the screen next to the Zoom Slider.

Make sure you check out the View options for Full Screen Reading view, for
example you can show a single page, show it as it would look when printed,
ect.

The only other alternative is to use a macro for this, the old Full Screen
view is still available but only accessible through the object model. Here's
the macro:

Sub FullScreenView()
With ActiveWindow
.View.FullScreen = True
.View.Zoom.PageFit = wdPageFitTextFit
End With
End Sub

Note you need to press Esc to close the Full Screen view.

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/boo...x#AboutTheBook

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/

"JERRY" JERRY@HOME wrote in message
...
When I used to work with WP there was a way to remove all menus from the
screen so that a person had 100% of the screen to work with. Is that
feature available with MS W 2007? Any help would be appreciated.

Jerry