Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I try this code, all of rows 2 through rows 8 on the worksheet
"Test" are filtered and no longer visible. I would have expected rows 3 through 4 and 6 through 7 to be filtered. Can someone tell me what I am doping incorrectly? tia bob Sheets("Test").Range("D1:D8").AdvancedFilter _ Action:=xlFilterInPlace, _ CriteriaRange:=Sheets("zzzzWorkSpaceSheet").Range( "A1:A5"), _ Unique:=False Sheet:Test contains this data in Column D starting at row 1 HEADER r d f r g h r Sheet:zzzzWorkSpaceSheet contains this data in Column A starting at row 1 Crit d f g h |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advanced Filtering | Excel Discussion (Misc queries) | |||
Advanced filtering | Excel Discussion (Misc queries) | |||
advanced filtering in XLS | Excel Worksheet Functions | |||
advanced filtering | Excel Programming | |||
Advanced Filtering in VBA | Excel Programming |