Starting a macro by changing autofilter criteria

  • Thread starter Thread starter kativa
  • Start date Start date
Hi,

Filtering calls the worksheet_calculate event so

Private Sub Worksheet_Calculate()
MyMacro
End Sub

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



"Mike H" kirjoitti:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top