you would use the workbook_open event. As long as macros are not disabled
either by the security setting or manually by the user, it would run on
opening.
'Paste this into the Thisworkbook Mod
'and Replace Run "Macro"
'To Run "MyMacroName"
Private Sub Workbook_Open()
Run "Macro"
End Sub
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.