Anthony1432
New Member
- Joined
- Feb 1, 2011
- Messages
- 3
Hi all, I'm after a macro that deletes all cells in column A, if they are duplicated more than 2 times (including the original 2).
For example:
Before:
A
1
2
2
3
3
3
3
4
4
4
After:
A
1
2
2
If tried a number of different loops but cant seem to write something that can search for multiple cell value counts above 2, and then delete them.
Thanks!
For example:
Before:
A
1
2
2
3
3
3
3
4
4
4
After:
A
1
2
2
If tried a number of different loops but cant seem to write something that can search for multiple cell value counts above 2, and then delete them.
Thanks!