Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a large list of customer addresses including their rep codes, now i
can filter the list using autofilter to pull up a list of all the customers for one rep, but what i want to do from here is delete all the "hidden" rows. In other words, have a completely new file with only the customers from one Rep, which is the filtering criteria, now i can loop through a macro to delete each hidden row individually, but this takes forever. any suggestions? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
instead of selecting the reps name from the drop down, select custom from
the dropdown and then select does not equal and select the reps name. Now delete the visible rows. -- Regards, Tom Ogilvy "ben" wrote in message ... I have a large list of customer addresses including their rep codes, now i can filter the list using autofilter to pull up a list of all the customers for one rep, but what i want to do from here is delete all the "hidden" rows. In other words, have a completely new file with only the customers from one Rep, which is the filtering criteria, now i can loop through a macro to delete each hidden row individually, but this takes forever. any suggestions? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
beatiful Tom thank you very much, though i was trying to do this
programmatically but a simple < the rep name worked great. Ben "Tom Ogilvy" wrote: instead of selecting the reps name from the drop down, select custom from the dropdown and then select does not equal and select the reps name. Now delete the visible rows. -- Regards, Tom Ogilvy "ben" wrote in message ... I have a large list of customer addresses including their rep codes, now i can filter the list using autofilter to pull up a list of all the customers for one rep, but what i want to do from here is delete all the "hidden" rows. In other words, have a completely new file with only the customers from one Rep, which is the filtering criteria, now i can loop through a macro to delete each hidden row individually, but this takes forever. any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DataFilterAuto Filter in excel 2007? | New Users to Excel | |||
Filter PivotTable dropdown items to match report filter | Excel Discussion (Misc queries) | |||
Copy only visible cells after filter is applied/ sum after filter | Excel Worksheet Functions | |||
Excel auto filter doesn't recoginize case - won't filter AA from A | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |