Hi,
When you say extract, what do you mean. Will a copy of the visible cells in
column A be ok, or do you need the values put in a variable? It is pretty
easy to copy and paste the values somewhere else, but it is harder to put the
values into variables.
Thanks,
"lucotuslim" wrote:
A B
1 100
2 200
3 100
Example, I have the above records, after I used the Autofilter, with column
B = 100.
A B
1 100
3 100
How can I use VB to extract value from column A (visible) one by
one...returning value 1 & 3 only.
--
Lucotus