SyntaxFix
Write A Post
Hire A Developer
Questions
This will work. Define this, then call it from when you need it. (Good for button logic if you are making a clear button):
Sub ResetFilters() On Error Resume Next ActiveSheet.ShowAllData End Sub