I notice my VBA script doesn\'t work when there\'s an autofilter already on. Any idea why this is?
wbk.Activate Set Criteria = Sheets(\"Sheet1\").Cel
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