Running macro when starting worksheet

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

Guest

Is there a way when you open a Excel Spreadsheet to automatically run before any manipulation of the file happens?
Any help would be great.

Thanks.
C.Fillmore
 
Two ways,

Create a macro named Auto_Open

or

add the code to the Workbook_Open event in the ThisWorkbook code modeul.
--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

surveyorinva said:
Is there a way when you open a Excel Spreadsheet to automatically run
before any manipulation of the file happens?
 

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