J
Jim G
I have a macro that sets an autofilter range with criteria set for column A.
I can hide the drop down arrow in A with:
Worksheets("Jobs").Range("A33")
.AutoFilter _
field:=1, _
Criteria1:="Y", _
visibledropdown:=False
Is there a way to hide all dropdown arrows in the range?
Hope you can help.
Jim
I can hide the drop down arrow in A with:
Worksheets("Jobs").Range("A33")
.AutoFilter _
field:=1, _
Criteria1:="Y", _
visibledropdown:=False
Is there a way to hide all dropdown arrows in the range?
Hope you can help.
Jim