I want to go through D6:D45 and once one of the values equals a value that already pasted delete from that value through the rest of the values
I want to go through D6:D45 and once one of the values equals a value that already pasted delete from that value through the rest of the values
Try:
![]()
Sub DeleteDups() Set Rng = Range("D6:D45") Rng.RemoveDuplicates Columns:=Array(1), Header:=xlNo End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks