I have developed a Word XP (2002) template with some macros for generating
photo albums which does everything I want but for one simple thing. When it
loads, it scales the document down so that the whole page fits on the screen.
I want it so that it is a fit to page width. I have tried loading the
template, setting Zoom to page width and saving the template but nothing
changes. It works fine on documents generated from the template. How do I
perform this ridiculously simple operation on a template ?

Signature
John Medhurst
Dave Lett - 18 Feb 2005 17:26 GMT
Hi John,
You can use something like the following:
ActiveWindow.ActivePane.View.Zoom.PageFit = wdPageFitBestFit
You can put this in an AutoOpen routine (maybe an AutoNew routine, too) in
your template.
HTH,
Dave
> I have developed a Word XP (2002) template with some macros for generating
> photo albums which does everything I want but for one simple thing. When it
[quoted text clipped - 3 lines]
> changes. It works fine on documents generated from the template. How do I
> perform this ridiculously simple operation on a template ?