OK, so I have set AutoFilter property for the whole of the active worksheet (UsedRange.AutoFilter Field:=1, Criteria1:= [blah blah])
Once the filter is applied, how do I programmatically select the range if rows and columns that are the result of the filter.
I checked UsedRange, but that gives the whole (unfiltered) range. Any ideas?