- vba autofiltermode
- vba check if table is filtered
- excel vba showalldata
- clear autofilter vba
- vba filtermode
If Activesheet.AutoFiltermode Then
On Error Resume Next
Activesheet.ShowAllData
On Error Goto 0
End If
If Activesheet.AutoFiltermode Then
On Error Resume Next
Activesheet.ShowAllData
On Error Goto 0
End If
No comments:
Post a Comment