Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can i extract the duplicate data from a excel sheet which has 5000 to
6000 records... currently i have planned to write the code using macros in the following way dim duprecords() rowc=1 do while not isempty(cells(rowc,1)) rowc1 = rowc + 1 do while not isempty(cells(rowc1,1)) if cellls(rowc,1).value = cells(roc1,1).value then cells(rowc1,1).entirerow.delete else rowc1 = rowc1 +1 end if loop rowc = rowc +1 loop end sub is this procedure will work fast and efficient. Suggest me if there any alternative for this... Thanks in advance Santhosh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting duplicate records | Excel Discussion (Misc queries) | |||
Find duplicate records in Excel 2003 | Excel Discussion (Misc queries) | |||
Deleting specific records | Excel Discussion (Misc queries) | |||
deleting duplicate records in a mail merge | Excel Discussion (Misc queries) | |||
Duplicate records in Excel | Excel Discussion (Misc queries) |