Getting Error 1004 i want to filter on these 3 numbers in my macro. 2 numbers work okay, but when i add criteria 3 it breaks. please help.
ActiveSheet.Range("$A:$E").AutoFilter Field:=5, Criteria1:= _
"<>4649566", Operator:=xlAnd, Criteria2:= _
"<>7900559", Operator:=xlAnd, Criteria3:= _
"<>8910907", Operator:=xlAnd
Range.Autofilterseems to indicate that only two criteria are accepted: msdn.microsoft.com/en-us/library/office/…Array(), check the technique here: stackoverflow.com/questions/21834701/…