J
Jamen Lone
Hi all,
I need a function to see if the autofilter is defined (so activ) and the
rows are selected
I tried it by this
Function FilterOn()
If ActiveSheet.FilterMode = True Then
... here should be "TRUE"
Else
..... here should be "FALSE"
End If
End Function
Can someone help me ?
I need a function to see if the autofilter is defined (so activ) and the
rows are selected
I tried it by this
Function FilterOn()
If ActiveSheet.FilterMode = True Then
... here should be "TRUE"
Else
..... here should be "FALSE"
End If
End Function
Can someone help me ?