Hi pgarcia
The max = 2 criteria with AutoFilter
You can use advancedfilter with your criteria in a range
What do you want to do with the filter result
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"pgarcia" <(E-Mail Removed)> wrote in message news:231C826B-1AAE-419B-8AEB-(E-Mail Removed)...
> Shouldn't this work? This is part of a greater VB code. I will post it after
> this one.
>
> Selection.AutoFilter Field:=2, Criteria1:="=GDL", Operator:=xlOr, _
> Criteria2:="=MTY", Operator:=xlOr, Criteria3:="=QRO",
> Operator:=xlOr, _
> Criteria4:="=SLW"