Hello All,

I am dealing with a macro that switches the custom auto filter on and off depending on some conditions. The VBA code is as follows

Selection.AutoFilter Field:=2, Criteria1:="=53", Operator:=xlOr, _
Criteria2:="=61"


My problem is that: I need to give in multiple options (ie More than two),

All you geeks there, any suggestions?

regards
Bala