I'm using the code below which is assigned to a button to filter based on a list of criteria. I'm getting an error when running and I can't see my problem:-
Public Sub cmdLiveJobs_Click()
ActiveSheet.ListObjects(1).AutoFilter.ShowAllData
Application.ScreenUpdating = False...