Re : Excel to Insert an AutoFilter (at will)

T

tkt_tang

1. Enters an Excel WorkSheet.

2. Apply an AutoFilter in Column A. It's done. Easy.

3. Apply an AutoFilter in Column C. It can't be done until Column B is
also AutoFilter'd.

4. You see, Column B is reserved blank to serve as a divider between
Columns A and C.

5. Really don't wanna see an AutoFilter arrow in Column B. Again, it's
meant to be blank ; And, ...... it's not looking right to top a blank
column with a clickable Arrow'd button (where there ain't nothing else
to look for, anyway).

6. But still, how to have that (Column B's) button removed ?

7. Please share your experience. Regards.
 
J

Jim May

Sub HideDropDown()
With ActiveSheet.UsedRange
.AutoFilter Field:=2, VisibleDropDown:=False
End With
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top