Creates the automatic filter for current selection if the filter doesn't exist; otherwise, remove the filter.
Syntax
'Declaration
Overloads Function AutoFilter() As Boolean
'Usage
Dim instance As IRange
Dim value As Boolean
value = instance.AutoFilter()
See Also