Display size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I often open documents from others which are set at a size other than 100%.
Is there a way to force all Word documents to open at 100% (or some other
size, I suppose)?

Thanks.
 
I often open documents from others which are set at a size other than 100%.
Is there a way to force all Word documents to open at 100% (or some other
size, I suppose)?

Thanks.

For your own documents, see
http://www.word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

For documents from others, you can force the zoom factor with this
macro:

Public Sub AutoOpen()
ActiveWindow.View.Zoom.Percentage = 100
End Sub

See http://www.gmayor.com/installing_macro.htm if you need
instructions.
 

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

Back
Top