Criteria and Autofilter

B

Bill

Hello,
Using VBA, is there a way to determine the number of criteria listed in a
filter for a column and what the individual criteria are?

Thanks.

Bill
 
F

Frank Kabel

Hi
in the Excel VBA help (looking for the Autofilter Object) is a quite
extensive example for querrying the Autofilter status
 
Top