Forum Discussion

sgldjj's avatar
sgldjj
Copper Contributor
Feb 08, 2025

RemoveDuplicates not removing all duplicates

I am using this line of code to remove duplicates from a column in Excel: Sheet2.Range("H1:H8").RemoveDuplicates Columns:=1, Header:=xlNo My test data is: test test one two three three just ...

Resources