Trigger Macro on Open Spreadsheet

B

Beckie Davis

How can we force a macro to execute whenever a spreadsheet
is first opened?
 
F

Frank Kabel

Hi
do you mean the file? If yes either name your macro
Auto_Open()

or put your code in the workbook event
Workbook_Open()
 
Top