default window size: opening documents

  • Thread starter Thread starter fw
  • Start date Start date
F

fw

Is there a way to open all documents with a default window
size, for example 125% ? This would include documents that
I create as well as those sent to me by others.
Thanks.
 
fw,

Put the following code in an AutoOpen Macro of your global
Normal.dot template:

ActiveWindow.View.Zoom.Percentage = 125
 
Back
Top