Automatically run a macro

S

SheriTingle

What do I name a macro to make it automatically run when the Excel file is
first opened? Thanks !
 
B

Bob Phillips

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)
 
Top