Generally, documents open in the view they were saved. In Word 2007, though,
you have to check the "Allow opening a document in Draft view" option in
Office button | Word Options, Advanced category (under "General"). See also http://word.mvps.org/faqs/general/SaveViewAndZoom.htm.
Alternatively, to force specific settings, you can use an auto macro.
The document should open in the view in which it was saved. Where you have
no control over this you can force the issue with an autoopen macro
containing the lines
With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 500
.Zoom.Percentage = 100
End With
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.