Is it possible to start a macro by changing a filtering criteria?
M Mike H Oct 20, 2008 #2 Hi, Filtering calls the worksheet_calculate event so Private Sub Worksheet_Calculate() MyMacro End Sub Mike
Hi, Filtering calls the worksheet_calculate event so Private Sub Worksheet_Calculate() MyMacro End Sub Mike
K kativa Oct 20, 2008 #3 Thank you very much! Is there a way to make this work only when one special column is filtered? "Mike H" kirjoitti:
Thank you very much! Is there a way to make this work only when one special column is filtered? "Mike H" kirjoitti: