R
rob nobel
Is there a way within Vba code to reset all the filters before activating
another filter?
What I have currently is:
Selection.AutoFilter Field:=1, Criteria1:=Range("I5")
(Range("I5") refers to a text name.)
But if a filter has been used preceding this procedure, it doesn't show all
the criteria.
When I try a macro to do this, it doesn't work satisfactorily by inserting
it within the procedure.
Rob
another filter?
What I have currently is:
Selection.AutoFilter Field:=1, Criteria1:=Range("I5")
(Range("I5") refers to a text name.)
But if a filter has been used preceding this procedure, it doesn't show all
the criteria.
When I try a macro to do this, it doesn't work satisfactorily by inserting
it within the procedure.
Rob