Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not quite sure why you'd want that, but...
http://contextures.com/xlautofilter03.html#Hide (from Debra Dalgleish's site) This kind of thing would remove the arrows from the existing autofilter range: Dim c As Range For Each c In ActiveSheet.AutoFilter.Range.Rows(1).Cells c.AutoFilter Field:=c.Column, Visibledropdown:=False Next c Jim G wrote: 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("A3:P3") .AutoFilter _ field:=1, _ Criteria1:="Y", _ visibledropdown:=False Is there a way to hide all dropdown arrows in the range? Hope you can help. Jim -- Jim -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turn of Autofilter Arrows? | Excel Programming | |||
showing dropdown selection arrows in spread sheets | Excel Discussion (Misc queries) | |||
Removing dropdown arrows from a filter | Excel Programming | |||
red autofilter arrows instead of blue in Excel? | Excel Discussion (Misc queries) | |||
Invisible AutoFilter Drop-Down Arrows | Excel Programming |