View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Beto[_3_] Beto[_3_] is offline
external usenet poster
 
Posts: 140
Default Can I automatically start a macro if the contents of a particularcell change

markshowell < wrote:

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,
--
Beto