Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Page Layout / May 2005

Tip: Looking for answers? Try searching our database.

viewing saved document doesn't open in same view format

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carey - 18 May 2005 20:06 GMT
When I save a document in Normal View at 100% Zoom and then when I open it
again, it may open in Print Layout at 80%
Graham Mayor - 19 May 2005 06:31 GMT
You can force the view and zoom for all documents regardless of how they
were saved with a macro:

Sub AutoOpen()
With ActiveWindow.View
   .Type = wdNormalView
   .Zoom.Percentage = 100
End With
End Sub

http://www.gmayor.com/installing_macro.htm

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> When I save a document in Normal View at 100% Zoom and then when I
> open it again, it may open in Print Layout at 80%
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.