Hello adh82,
This question appears to be abandoned and has been targeted for CleanUp
I will leave a recommendation in the Cleanup topic area that this question be:
my recommendation for the moderator will be
-PAQ
-points to irain
-If you disagree, please post your objection here within the next seven days
-this will be finalized by an EE Moderator
PLEASE DO NOT ACCEPT THIS COMMENT AS ANSWER
HAGD:O)Bruintje
EE Cleanup Volunteer
Main Topics
Browse All Topics





by: irainPosted on 2002-12-13 at 13:11:42ID: 7580447
This is the code for the macro. Let's assume data is in column A
sert .AdvancedF ilter _ lete
Sub DeleteDuplicates()
Columns(1).EntireColumn.In
Range("B1", Range("B65536").End(xlUp))
Action:=xlFilterCopy, CopyToRange:=Range("A1"),
Unique:=True
Columns(2).EntireColumn.De
End Sub