How do you make all Word documents open at 100 percent (view)?
my user needs word documents open open @ view setting of 100 percent.
i'm not sure how accomplish this, there no visible settings.
thank assistance.
the way know of doing macro; don't know of global setting.
it either autoopen macro in user's normal.dotm template or document_open event handler in separate global template.
sub autoopen() if activewindow.view.zoom <> 100 activewindow.view.zoom = 100 end sub
charles kenyon madison, wi
Microsoft Office > Word IT Pro Discussions
Comments
Post a Comment