I want to remove duplicates from my selection, but this line gives me a 1004 error:
ActiveSheet.Range("B3", Range("B3").End(xlDown)).RemoveDuplicates Columns:=2, Header:=xlNo
How do I fix this?
I want to remove duplicates from my selection, but this line gives me a 1004 error:
ActiveSheet.Range("B3", Range("B3").End(xlDown)).RemoveDuplicates Columns:=2, Header:=xlNo
How do I fix this?
Change your line into:
or,if you really have 2 columns into: