Thread
:
Macro to run on file open
View Single Post
#
2
Posted to microsoft.public.excel.misc
CLR
external usenet poster
Posts: 1,998
Macro to run on file open
Private Sub Workbook_Open()
Call YourMacroName
End Sub
hth
Vaya con Dios,
Chuck, CABGx3
"Marie Bayes" wrote:
Hi
Is there a way to start a macro running as soon as a file opens?
Thanks
Reply With Quote
CLR
View Public Profile
Find all posts by CLR