View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Delete duplicate records in the table

Hi
see: http://www.cpearson.com/excel/deleti...eDuplicateRows

--
Regards
Frank Kabel
Frankfurt, Germany


Sarah G. wrote:
Hi,

I'm assigned a task to clean the data of one excel file which delete
the duplicate records. For example:

cust# custname add1 add2....

delete record when cust# is duplicated.

Since this is a huge table, I like to run some code to do so.

Can someone give me some code examples?

Thanks,
Sarah