How can get unique value

G

Guest

Hello!
I have a sample file http://aljany.com/My_Book_sample2.xls
And i have two columns ( column of Year & column of Month) with active
autofilter in them.
Questtion:
I need get all unique values for example with 1977 And after that, list of
all unique values for 1977 from column 2 , copy (without visual effect of
copying) to range cells on other sheet But autofilter in this two columns
should remain active.
Thanks for you time.
 
G

Guest

my example file is the same http://aljany.com/My_Book_sample2.xls
I wish to select all values from a column 2 by value autofilter chosen in a
column 1
How to write expression?
For Each icells In ................................. ?
Worksheets(2).Cells(i, 1) = icells
i = i + 1
'MsgBox icells
Next icells
but i see error
May be do without loop?
Help me some one please :(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top