Auto start/run macro...

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Is it possible to start Excel and have a macro run
automatically? Without user intervention?

Thanks,
Joe
 
Hi
two ways:
1. put your code in the workbook_open event in your
workbook module
2. name your macro Auto_open()

Note: Both won't work if the user disables macros
 

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.

Ask a Question

Back
Top