Thread
:
Excel VBA AutoFilter code
View Single Post
#
1
Posted to microsoft.public.excel.misc
Isis[_2_]
external usenet poster
Posts: 51
Excel VBA AutoFilter code
I am using;
Action:=xlFilterCopy, _
CopyToRange:=Range("A44"), _
Unique:=True
to copy unique names to a list - is there something I can add to this code
to strip out 'blank' entries at the same time ?
Thanks
Reply With Quote
Isis[_2_]
View Public Profile
Find all posts by Isis[_2_]