starting with a macro

  • Thread starter Thread starter leocantu
  • Start date Start date
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.
 
Hi Leonardo

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