Thread
:
"On Open" Run Macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
PCLIVE
external usenet poster
Posts: 1,311
"On Open" Run Macro
Put your code in ThisWorkbook.
Private Sub Workbook_Open()
End Sub
Regards,
Paul
"jutlaux" wrote in message
...
Is there a way to trigger a macro to run when a workbook is opened?
Reply With Quote
PCLIVE
View Public Profile
Find all posts by PCLIVE