Word 2002 document size

S

Skyguy

When I recall or create most new WOrd documents, the size of the document
on-screen is 75% which is just fine. But one document (a standard Word
document), when recalled, consistently comes up as 130%. I changed the zoom
to 75% and saved the document, but it continues to come up large when I
reopen it. None of the other similar documents does this. What do you
suggest?

Thanx,
Bruce
 
J

Jay Freedman

Skyguy said:
When I recall or create most new WOrd documents, the size of the
document on-screen is 75% which is just fine. But one document (a
standard Word document), when recalled, consistently comes up as
130%. I changed the zoom to 75% and saved the document, but it
continues to come up large when I reopen it. None of the other
similar documents does this. What do you suggest?

Thanx,
Bruce

See http://www.word.mvps.org/FAQs/General/SaveViewAndZoom.htm

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
G

Graham Mayor

Regardless of what view is saved in the document, all documents will open at
75% zoom if you include the following lines in an AutoOpen macro in the
normal template.

With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 500
.Zoom.Percentage = 75
End With

The extra zoom line corrects a tendency for the cursor to become greatly
reduced in size and the code assumes you use print layout view.
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