Rob_010101
Board Regular
- Joined
- Jul 24, 2017
- Messages
- 198
- Office Version
- 365
- Platform
- Windows
Hello,
If there are no filters applied, I am getting the below error message when the macro is run (it's assigned to a button):
And when I debug
Kind Regards
VBA Code:
Sub Reset_Filters()
'
' Reset_Filters Macro
' Resets all filters
'
'
ActiveSheet.ShowAllData
End Sub
If there are no filters applied, I am getting the below error message when the macro is run (it's assigned to a button):
And when I debug
Kind Regards