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

  • Thread starter Thread starter markshowell
  • Start date Start date
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,
 
Back
Top