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

Word opens the documents with the zoom setting at which they were saved. To
override this you need to add the following lines to both an autoopen and an
autonew macro

With ActiveWindow.View
.Type = wdPrintView
'.Type = wdNormalView
.Zoom.Percentage = 115
End With

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


JudyHarris wrote:
I work on the same documetns with 2 other typists One has zoom set
to 148 and the other has zoom set to 75. I want all the documents to
open at 115%. I could do this with WordPerfect, but with Word I have
to manually reset the zoom for every document.