B
bren
Hi,
I have this code
Sub select()
Selection.AutoFilter Field:=3, Criteria1:="X"
End Sub
The idea is to assign it to a button and when clicking it filters all
x values, and if I click again on this button it deletes the filter. I
don´t know how to do this second step.
THANKS
I have this code
Sub select()
Selection.AutoFilter Field:=3, Criteria1:="X"
End Sub
The idea is to assign it to a button and when clicking it filters all
x values, and if I click again on this button it deletes the filter. I
don´t know how to do this second step.
THANKS