cdhoughton
Board Regular
- Joined
- Dec 5, 2003
- Messages
- 170
Hi all
I'm having a few problems with AdvancedFilter
I have the following code
However when the range is copied it duplicates the first value in the list?
Any idea why this is happening?
Cheers in advance
Chris
I'm having a few problems with AdvancedFilter
I have the following code
Code:
With Sheets("Staff")
.Range("A:A").AdvancedFilter _
Action:=xlFilterCopy, CopyToRange:=.Range("B1"), Unique:=True
End With
However when the range is copied it duplicates the first value in the list?
Any idea why this is happening?
Cheers in advance
Chris