I would like to set a directory full of Word 2003 docs to view at 100% when opened the next time around. Is this a property that can be set all by itself? I have noticed that when I just do this alone, either manually or by running the following code in a macro, the property does not 'take' after saving and closing.
Is there a way to accomplish this, or must I also make (and then save) some other change to the docs as well? Thanks in advance.
Code:
ActiveWindow.ActivePane.View.Zoom.Percentage = 100
Is there a way to accomplish this, or must I also make (and then save) some other change to the docs as well? Thanks in advance.