Thread
:
Code to unfilter one field only
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Code to unfilter one field only
AFAIK
you will have to unfilter all and re-apply a suitable filter.
--
Don Guillett
SalesAid Software
"scrabtree23" wrote in message
...
Here is my code:
Sheets("CEU Database").Select
If Sheets("Code").Range("L2").Value = "All" Then
'??? I need to unfilter Field: 1 only, and leave all other filtered
fields intact
Else
Cells.Select
Selection.AutoFilter Field:=1,
Criteria1:=Sheets("Code").Range("L2").Value
End If
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]