Dear all,
If anyone could help me with this query it would be much appreciated. I have created the following VBA code to remove duplicates in columns C and D of my worksheet.
Private Sub Worksheet_Change (ByVal Target as Range)
Activesheet.Range("C1:C100").Removeduplicates Columns:=1...