I need a macro to clear the filtering (possibly on several columns) and got this Macro off of the interweb - and when it runs it clears the filtering and leaves the filter arrows in place, but then ends with an error (having done what was required nicely). it says ...Run-time error 1004 ShowAllData method of worksheet class failed, WHAT IS WRONG ?
Sub AutoFilter_Remove()
'This macro removes any filtering in order to display all of the data but it does not remove the filter arrows
ActiveSheet.ShowAllData
End Sub
Ta.
Sub AutoFilter_Remove()
'This macro removes any filtering in order to display all of the data but it does not remove the filter arrows
ActiveSheet.ShowAllData
End Sub
Ta.