SyntaxFix
Write A Post
Hire A Developer
Questions
ShowAllData will throw an error if a filter isn't currently applied. This will work:
Sub ResetFilters() On Error Resume Next ActiveSheet.ShowAllData End Sub