O
oldjay
This fails at the last line "ShowAllData method of worksheet class failed" if
there is no filtering active
Private Sub CommandButton1_Click() 'Clears all filters
Range("A3").Select
ActiveSheet.ShowAllData
End Sub
End Sub
there is no filtering active
Private Sub CommandButton1_Click() 'Clears all filters
Range("A3").Select
ActiveSheet.ShowAllData
End Sub
End Sub