Can I automatically start a macro if the contents of a particular cell change

M

markshowell

Can I automatically start a macro if the contents of a particular cel
chang
 
B

Beto

markshowell said:
Can I automatically start a macro if the contents of a particular cell
change

Yes, you can. You need to use the Worksheet_Change Event and put your
macro there or call it from there.

Regards,
 
Top