Starting a macro by changing autofilter criteria

M

Mike H

Hi,

Filtering calls the worksheet_calculate event so

Private Sub Worksheet_Calculate()
MyMacro
End Sub

Mike
 
K

kativa

Thank you very much! Is there a way to make this work only when one special
column is filtered?



"Mike H" kirjoitti:
 
Top