Automatically launch a macro when a fil is opened

O

One-Leg

Hello,

I would like to know if there is a way to automatically launch a macro when
a file is opened???

Thanks!!!
 
F

Frank Kabel

Hi
either name your macro Auto_Open() or put your code in the workbook_open
event of your workbook module
 
Top