Extracting unique values from a list using VBA

  • Thread starter Thread starter dangerd
  • Start date Start date
D

dangerd

Hi there (again),

Another challenge:

Is there a way using VBA to extract all the unique values from a
source coulmn and paste them to a target column?

I know you can do it using autofilter and pivottables but the former
is time consuming and the latter inelegant.

Thanks

Duncan
 
Yes, it is possible. All you need to do is record a macro while you do
it once, then you can re-run the macro whenever you need it. You may
need to edit the macro, once recorded, to enable it to work with
variable amounts of data etc.

Hope this helps.

Pete
 
Yes, it is possible. All you need to do is record a macro while you do
it once, then you can re-run the macro whenever you need it. You may
need to edit the macro, once recorded, to enable it to work with
variable amounts of data etc.

Hope this helps.

Pete






- Show quoted text -

so simple....thx
 

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

Back
Top