I want all docs to open at 115% zoom, not what the creator set .

G

Guest

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.
 
G

Graham Mayor

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

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top