View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Extracting unique values from a list using VBA

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

On Jan 25, 2:45*pm, dangerd wrote:
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