Let's try something else.
On the On Apply Filter event, put a Msgbox "Filter applied" just to test whether or not the filter was applied. Or you can use Debug.Print "Filter applied" and look in the Immediate Window to see if that event was fired.
Put a similar thing on the On Filter event too.
On the On Apply Filter event, put a Msgbox "Filter applied" just to test whether or not the filter was applied. Or you can use Debug.Print "Filter applied" and look in the Immediate Window to see if that event was fired.
Put a similar thing on the On Filter event too.