starting with a macro

L

leocantu

I want to know how can I start with a macro autimatically
when I open a worksheet. I usually link a pushbutton with
a macro to start the macro. I tried to find this in the
iformation provided in Excel but I couldn't get it.

thanks,
Lenoardo.
 
H

Harald Staff

Hi Leonardo

Assuming it's a standard macro in a standard module; just rename it Sub Auto_open() .
 
Top