Thread: [Solved] Making a Macro "autoopen"
View Single Post
 
Old 02-25-2010, 01:33 PM
Joshocom Joshocom is offline Windows XP Office 2007
Novice
 
Join Date: Feb 2010
Posts: 1
Joshocom is on a distinguished road
Default Making a Macro "autoopen"

Hello,

I have the following macro, which lets me set the zoom level for a document to 75%:
Sub View75percent()
'
' View75percent Macro
'
'
ActiveWindow.ActivePane.View.Zoom.Percentage = 75
End Sub
My question is: how can I edit this to make it an "autoopen" macro, so that it will automatically open all existing documents to this zoom level?

Many thanks,
Josh Mandel
Reply With Quote