Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I write in the macro to select the whole data list?
The VB will search a specified region ie: A1:J442, but as the list grows, I need the macro to update. Is there a goto last row type command? How do I include it in: Range("A1:J442").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range( _"M1:N3"), CopyToRange:=Range ("P1:Y1"), Unique:=False Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why won't advanced filter return filter results? | Excel Worksheet Functions | |||
How do I use advanced filter to filter for blank cells? | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions | |||
advanced filter won't allow me to filter on bracketed text (-456.2 | Excel Discussion (Misc queries) | |||
VB Application for Advanced filter Macro | Excel Programming |