Newbie VBA Help Needed!

  • Thread starter Thread starter Disco
  • Start date Start date
D

Disco

Just start learning excel and VBA and encounter a problem. Thanks in
advance for all the help. Heres the situation.

The sheet has a col A that looks like the following:

Col A
A
B
C
C
A
D
E
B
A
D

Is there a way (function or VBA) besides using advanced filter to
filter the whole column (include blank cells), pull the distinct values
and put them into another range of cells, which looks like this:

New Col
A
B
C
D
E <-- no need to sort

Once again, thanks a lot for all your input and help!! Really
appreciate it.

Rex
 
Back
Top