auto load

M

matt rich

I'm trying to get a macro to run as soon as I run a workbook, can anyone
give me an example?
Matt.....
 
F

Frank Kabel

Hi
either put the macro in the workbook_open event of your workbook module
or rename your macro to auto_open()
 
Top