Reputation: 45
I was wondering if it is possible to filter on a cell in VBA using more than 2 criteria?
ActiveSheet.Range("$A$1:$R$" & NumberOfLines).AutoFilter Field:=1, Criteria1:="=*PSO*", Operator:=xlOr, Criteria2:="=*NSM*"...
If it's not possible, is there a way to filter a cell using several criteria?
Upvotes: 0
Views: 66