View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Avenarius Avenarius is offline
external usenet poster
 
Posts: 1
Default Question about a unique list in VBA by checking data inside of 2 columns

Hi all,

I have a question in terms of a unique list generation.

My list looks like:

Column A
Name1
Name2
Name3
Name1
Name1

Column B
Name4
Name2
Name3
Name1
Name1
Name2

and so on

The result I am looking for is a new spreadsheet containing:
Name1
Name2
Name3
Name4


Any ideas about how to get that ready?

Thank you in advance.

Cheers,
Avenarius