Resetting Zoom

B

Bipslittlegirl

I have tried to look, but I can't find a way to reset my default zoom. When
I open a new document to type, it (Zoom) is at 50%. It works better for me
at 150%. However, changing this everytime I open a document ia very
aggravating. Is there a way to see 150% everytime I open a new document
instead of 50%? Thanks!

Praying for help,

Kim, North Carolina
 
G

Graham Mayor

If you add the following lines to both an autoopen and an autonew macro
saved in normal.dot (see http://www.gmayor.com/installing_macro.htm ) the
documents will always open at 150% regardless of what zoom setting was saved
with the document.

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

Move the apostrophe to the preceding line if you prefer normal view.
The extra zoom percentage to 500% line is to correct a tendency Word 2003
has to produce a very small cursor on occasion. You can remove that line if
you are not using Word 2003.

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