Yard
Well-known Member
- Joined
- Nov 5, 2008
- Messages
- 1,929
Hi all,
I want to perform some operations (basically a secondary filter) based on the values which are currently filtered within a single filter column.
and
are great, but what if there are more than 2???
i.e. I have a column containing values L01 to L20.
My column is filtered on L05, L06 and L07 (or some other combination).
I want to extract the values and L05, L06 and L07 and do what I will with them.
What am I missing??
Thanks
I want to perform some operations (basically a secondary filter) based on the values which are currently filtered within a single filter column.
Code:
.Autofilter.Filters(n).Criteria1
Code:
.Criteria2
are great, but what if there are more than 2???
i.e. I have a column containing values L01 to L20.
My column is filtered on L05, L06 and L07 (or some other combination).
I want to extract the values and L05, L06 and L07 and do what I will with them.
What am I missing??
Thanks