View Single Post
  #4   Report Post  
Graham Mayor
 
Posts: n/a
Default

To prevent document settings from overriding preferences add the following
lines to each of an autoopen and an autonew macro

With ActiveWindow.View
.Type = wdPrintView
.Zoom.PageFit = wdPageFitBestFit
End With

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

--

Graham Mayor - Word MVP

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





Sean wrote:
Is there a setting somewhere that would allow me to set the default
zoom when I open a document? Every doc that I open I manually set the
zoom to "Page Width".

Thanks in advance.