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 / August 2004

Tip: Looking for answers? Try searching our database.

Word: View Print Layout

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Patti - 05 Aug 2004 14:34 GMT
my normal.dot template is set to view as print layout,
but when I open existing documents, they do not default
to this view.  Anyone know what setting I need to change?
Thx!
Graham Mayor - 05 Aug 2004 15:49 GMT
A pair of macros will do it. The following also cater for the most common
parameters. See http://www.gmayor.com/installing_macro.htm

Sub AutoNew()
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
With ActiveWindow.View
   .Type = wdPrintView
   .Zoom.Percentage = 100
   .ShowFieldCodes = False
   .DisplayPageBoundaries = True
End With
CommandBars("Reviewing").Visible = False
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
With ActiveWindow.View
   .Type = wdPrintView
   .Zoom.Percentage = 100
   .FieldShading = wdFieldShadingWhenSelected
   .ShowFieldCodes = False
   .DisplayPageBoundaries = True
End With
End Sub

Signature

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

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

> my normal.dot template is set to view as print layout,
> but when I open existing documents, they do not default
> to this view.  Anyone know what setting I need to change?
> Thx!
 
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.