I have a macro that shows a document in print preview and I cannot get the
document to be zoomed at 100%. I have made sure the template it is attached
to has the zoom at 100% and I have the following code in my macro but nothing
seems to work. Anyone have any ideas on why this won't work?
ActiveWindow.ActivePane.View.Zoom.Percentage = 100
Doug Robbins - Word MVP - 30 Jan 2007 18:26 GMT
Works fine here.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a macro that shows a document in print preview and I cannot get the
> document to be zoomed at 100%. I have made sure the template it is
[quoted text clipped - 4 lines]
>
> ActiveWindow.ActivePane.View.Zoom.Percentage = 100
Perry - 30 Jan 2007 18:48 GMT
Like Doug indicated, no problem here as well
What does the surrounding code look like?
Krgrds,
Perry
>I have a macro that shows a document in print preview and I cannot get the
> document to be zoomed at 100%. I have made sure the template it is
[quoted text clipped - 4 lines]
>
> ActiveWindow.ActivePane.View.Zoom.Percentage = 100