This code is deleting the whole row when eliminating the dup. I want to delete the dup but keep date in the rest of the row in other columns.
Dim rg As Range
Set rg = Range("CJ1")
rg.RemoveDuplicates Columns:=88, Header:=x1yes
2
This code is deleting the whole row when eliminating the dup. I want to delete the dup but keep date in the rest of the row in other columns.
Dim rg As Range
Set rg = Range("CJ1")
rg.RemoveDuplicates Columns:=88, Header:=x1yes
2