M markshowell Mar 2, 2004 #1 Can I automatically start a macro if the contents of a particular cel chang
B Beto Mar 2, 2004 #2 markshowell said: Can I automatically start a macro if the contents of a particular cell change Click to expand... Yes, you can. You need to use the Worksheet_Change Event and put your macro there or call it from there. Regards,
markshowell said: Can I automatically start a macro if the contents of a particular cell change Click to expand... Yes, you can. You need to use the Worksheet_Change Event and put your macro there or call it from there. Regards,