View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
future future is offline
external usenet poster
 
Posts: 4
Default Display unique values in a range.

I am looking for a procedure that will

loop through items in a range, and return the unique items starting in
a target cell.

Range 1
2
2
2
3
4
5
3
4


Range 2
2
3
4
5


such that when I run the macro each item in Range 1 is looked at until
Range 1 =" ". The result being Range 2.