J
John
I would like to fill a 2 column ListBox with unique items obtained from
Advanced Data Filter. Here is the code that puts my Advanced Data Filter
results on the worksheet:
Range("MyRange").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range _
("CritRange"), CopyToRange:=Range("ExtractRange"), Unique:=True
I would like those results to be displayed directly in a 2 column ListBox,
without having to display them first on the worksheet. Thank you.
Advanced Data Filter. Here is the code that puts my Advanced Data Filter
results on the worksheet:
Range("MyRange").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range _
("CritRange"), CopyToRange:=Range("ExtractRange"), Unique:=True
I would like those results to be displayed directly in a 2 column ListBox,
without having to display them first on the worksheet. Thank you.