IrishMist1748
Board Regular
- Joined
- Sep 27, 2010
- Messages
- 131
I have a table with around 6,400 rows. It has 2 columns (A and B). "A" contains an item number and "B" contains a description. My problem is some of the item numbers are duplicated with the same description. What I need to do is delete any item numbers that are duplicated and the entire row associated with that number(s).
What I have is:
But it does not work!
Any ideas on this?
Thanks!
What I have is:
Code:
ActiveSheet.Range("A:A").EntireRow.RemoveDuplicates Columns:=1
But it does not work!
Any ideas on this?
Thanks!