Hello ~
Haven't experienced this before...
Below is basic Advanced Filter code using 2 criteria: "does not equal Lunch" and "does not equal Holiday"
When I run this code it won't filter for either of the two criteria
With Sheets("Sheet1")
.Range("P2") = "<>" & "Lunch"
.Range("P3")...