Confirm Autofilter off

C

Chris

Can someone help with code turn simply state that the autofilter is turned
off. Or to confirm the status of autofilter: ie. Application.autofilter=false

Thanks
 
C

Chris Freeman

Got it: ActiveSheet.AutoFilterMode = False

I wasn't including the mode statement
 
T

Tom Ogilvy

ActiveSheet.AutoFilterMode
if true then the arrows of the autofilter are visible.

ActiveSheet.FilterMode
if true then there is a filter criteria applied. (beside all)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top