Auto start/run macro...

J

Joe

Is it possible to start Excel and have a macro run
automatically? Without user intervention?

Thanks,
Joe
 
F

Frank Kabel

Hi
two ways:
1. put your code in the workbook_open event in your
workbook module
2. name your macro Auto_open()

Note: Both won't work if the user disables macros
 
Top