View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ndm berry[_2_] ndm berry[_2_] is offline
external usenet poster
 
Posts: 13
Default i want to delete duplicate items in a list using code.

I have a dynamic list of 2 columns wide in alphabetical order(all items are
text). The first column contains many different duplicate items (these are
together as its in alpha order), the second column's items are all unique. I
wish to delete the first of each of the duplicate items and close all gaps in
order to reduce the length of the list. I am using Excel 2002.