ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Confirm Autofilter off (https://www.excelbanter.com/excel-programming/320736-confirm-autofilter-off.html)

Chris

Confirm Autofilter off
 
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

Chris Freeman

Confirm Autofilter off
 
Got it: ActiveSheet.AutoFilterMode = False

I wasn't including the mode statement

"Chris" wrote:

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


Tom Ogilvy

Confirm Autofilter off
 
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)

--
Regards,
Tom Ogilvy


"Chris" wrote in message
...
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





All times are GMT +1. The time now is 02:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com