Running macros when Excel starts up

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

Guest

Hi

How do I get macros or some code to run automatically when I start up an
excel worksheet?

Thanks
 
I think you mean workbook, not sheet, correct? Open your workbook. Hit
Alt+F11 or Tools-->Macro-->Visual Basic Editor. Double-click ThisWorkbook on
the left below your Project's name. On the right, hit the first dropdown and
choose Workbook. You can choose other events on the right-hand dropdown, but
the Workbook_Open appears already, so just place your code between the
Private... and End Sub.
*******************
~Anne Troy

www.OfficeArticles.com
 

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