View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Starting a macro by changing autofilter criteria

Hi,

Filtering calls the worksheet_calculate event so

Private Sub Worksheet_Calculate()
MyMacro
End Sub

Mike
"kativa" wrote:

Is it possible to start a macro by changing a filtering criteria?