ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to undo autofilters without removing? (https://www.excelbanter.com/excel-programming/389087-how-undo-autofilters-without-removing.html)

G Lykos

How to undo autofilters without removing?
 
Greetings! Would like to undo all autofilter selections (would be
equivalent of selecting All in each one) in the active workbook without
removing the autofilters. Is there a VBA function or procedural sequence to
accomplish this?

Thanks,
George



Norman Jones

How to undo autofilters without removing?
 
Hi George,

Try:

'=============
Public Sub Tester()
ActiveSheet.ShowAllData
End Sub
'<<=============


---
Regards,
Norman


"G Lykos" wrote in message
...
Greetings! Would like to undo all autofilter selections (would be
equivalent of selecting All in each one) in the active workbook without
removing the autofilters. Is there a VBA function or procedural sequence
to
accomplish this?

Thanks,
George






All times are GMT +1. The time now is 06:11 PM.

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