C
C. Corodan
I have the following code:
Range("D10").Select
Range("D109999").AdvancedFilter Action:=xlFilterCopy,
CopyToRange:=Range( _
"D11111"), Unique:=True
The list of unique values always has a duplicate item at the beginning, fo
rexample:
A-Customer
A-Customer
B-Customer
C-Customer
D-Customer
Not assigned
Any idea what is the error?
Range("D10").Select
Range("D109999").AdvancedFilter Action:=xlFilterCopy,
CopyToRange:=Range( _
"D11111"), Unique:=True
The list of unique values always has a duplicate item at the beginning, fo
rexample:
A-Customer
A-Customer
B-Customer
C-Customer
D-Customer
Not assigned
Any idea what is the error?