Hi,
I have an advance filter with criteria as follows:
Range(ClientRange).AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range(ClntName), CopyToRange:=Range("AA2"), unique:=True
and it works just fine ... it copies the title and the data.
But in the next case I have no criteria as...