Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an autofiltered list of data, that currently allows the user to
select the client from the list, then there are subtotals at the bottom, which I use as the basis for further analysis. So my boss can see each clients data but only one at a time. What I want to be able to do, is via code select each possible client from the list, apply that to the autofilter, then do the existing calcs, and move on to the next client, do the calcs, store the data one column over, etc to the bottom of the list. The bit I can't figure out is how to get the list of unique clients that the autofilter shows when one uses it manually. Granted I could sort the data by client, create an array, run down the list adding the next client, and create my own list; but surely the list Excel shows must be accessable somehow. TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How Can I gets list of all criteria in autofilter for any column | Excel Programming | |||
Selection.AutoFilter Field / Criteria = criteria sometimes non-existing on worksheet | Excel Programming | |||
Cycling through one column in a range | Excel Programming | |||
Multiple column autofilter criteria? Possible? | Excel Programming | |||
3 Criteria on one column in AutoFilter? | Excel Programming |