I have the following code below to remove duplicates in Col A on sheet BR1 unit sales
I get a run time error -Application defined or object defined error
It would be appreciated if someone could kindly amend my code
I get a run time error -Application defined or object defined error
It would be appreciated if someone could kindly amend my code
Code:
Sub RemoveDuplicates()
Sheets("BR1 NV Units").Range("A1").CurrentRegion.RemoveDuplicates 9, 1
End Sub