Make sure you have a formula (such as COUNT ) that includes the entire data column. In the case of Table, include the line Total .
When you change the filter, the Excel calculation event will fire due to the formula, and you can select this by pasting the following code into the sheet.
Private Sub Worksheet_Calculate()
MsgBox "Calculation"
End Sub
, , , , - .
. , Citeria1, Criteria2, Operator, On ..