After I filter a range using autofilter I would like to look at the number of unique entries in another field to run a loop.
The long and short of it is I need to do something different with each unique entry left after autofilter has completed.
Count
Selection.Autofilter field:=2
Any Ideas ???:)