ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Unselect Filtre .... (https://www.excelbanter.com/excel-programming/292245-unselect-filtre.html)

sal21[_12_]

Unselect Filtre ....
 
in auto open wbook, unselect filtre if is presentt in all sheets..

--
Message posted from http://www.ExcelForum.com


Tom Ogilvy

Unselect Filtre ....
 
If you mean turn off any autofilters:

Private Sub Workbook_Open()
for each sh
sh.AutofilterMode = False
Next
End Sub

--
Regards,
Tom Ogilvy

"sal21 " wrote in message
...
in auto open wbook, unselect filtre if is presentt in all sheets...


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 07:09 AM.

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