Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA code for empty txt field | Excel Discussion (Misc queries) | |||
unfilter | Excel Discussion (Misc queries) | |||
Code to include a one-up suffix to a field value | Excel Discussion (Misc queries) | |||
Code to include a one-up suffix to a field value | Excel Worksheet Functions | |||
Unfilter | Excel Programming |