Is their a peice of code i can use to remove all filters from selected excel sheets?
Is their a peice of code i can use to remove all filters from selected excel sheets?
PHP Code:
Sub abc()
For Each Sh In ThisWorkbook.Sheets
Sh.AutoFilterMode = False
Next
End Sub
Oldman Chatting: [email protected] Mailing: [email protected]
MAny Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks