autofilter true/false

  • Thread starter Confused Individual
  • Start date
C

Confused Individual

How could I express a statement like;
If autofilter=on then...?

what is the value for autofilter?
 
B

Bernie Deitrick

Confused,

If ActiveSheet.FilterMode Then

Note that ActiveSheet.FilterMode is only True if the Filters have been
applied and are actually hiding some values in the table.

HTH,
Bernie
MS Excel MVP
 
Top