Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
After the code below. I want to hide all the dropdown auto filter arrows on
each column, but I want the filter I applied to stay??? Private Sub Band3_Click() AutoFilterMode = False Worksheets("Tracker").Range("A2").AutoFilter Field:=3, Criteria1:="Band 3" Worksheets("Tracker").Range("A2").AutoFilter Field:=12, Criteria1:="=" 'AutoFilterMode = False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using dropdowns | Excel Discussion (Misc queries) | |||
autofilter does not hide unwanted results | Excel Worksheet Functions | |||
DropDowns | Excel Discussion (Misc queries) | |||
Dropdowns | Excel Discussion (Misc queries) | |||
Can I use autofilter to hide random postcodes? | Excel Worksheet Functions |