Load Macro at start up?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Try this

Sub Auto_Open()

Record macro as normal. Auto_Open will run everytime.
 
not quite true - Auto macros do not automatically run if the
workbook is opened from code.

Instead use the Worksheet_Open() event macro.
 

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