Hi Guys,
I have been scratching my head over this for a couple of hours, can it be done.
I have the code below
Selection.AutoFilter Field:=13, Criteria1:="In progress", Operator:=xlAnd
What I also need the code to do is as well as "In progress" in the same column I want it to filter "Not started".
I tried:-
Selection.AutoFilter Field:=13, Criteria1:="In progress" & "Not started", Operator:=xlAnd
and a few other variations but all to no avail, can it be done????
Any help would be appreciated.
Craig.
I have been scratching my head over this for a couple of hours, can it be done.
I have the code below
Selection.AutoFilter Field:=13, Criteria1:="In progress", Operator:=xlAnd
What I also need the code to do is as well as "In progress" in the same column I want it to filter "Not started".
I tried:-
Selection.AutoFilter Field:=13, Criteria1:="In progress" & "Not started", Operator:=xlAnd
and a few other variations but all to no avail, can it be done????
Any help would be appreciated.
Craig.