Load Macro at start up?

J

J.E. McGimpsey

not quite true - Auto macros do not automatically run if the
workbook is opened from code.

Instead use the Worksheet_Open() event macro.
 
Top