Automatically run a macro

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

Guest

What do I name a macro to make it automatically run when the Excel file is
first opened? Thanks !
 
Either call it Auto_Open, or else put the code inside the Workbook_Open
event in the Thisworkbook code module.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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