I would like Word to always open in page fit best fit mode, after changing the view mode.
I tried to include this line in AutoOpen macro, but it returns an error:
Code:
ActiveWindow.ActivePane.View.Zoom.PageFit = wdPageFitBestFit
Is there a way to do that?
Thanks