Hi All
I need to more than 2 criteria filters in one column, I using this code but doesn't work.
Many Thanks
Genzz
I need to more than 2 criteria filters in one column, I using this code but doesn't work.
Code:
Sub filter2()
'
' filter2 Macro
Selection.filter Field:=1, Criteria1:=">BV53", Operator:=xlOr, _
Criteria2:="<BV190", Operator:=xlAnd, Criteria3:="<>*c*"
Selection.AutoFilter Field:=2, Criteria1:="8.00%"
End Sub
Many Thanks
Genzz