Q: Auto filter "selected" color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Excel 2000.

When I use the auto-filter and filter on a given column, the down arrow
shows as blue. Unfiltered is black. The colors look very similar.

Is there a way to change the filtered color?

Thanks!
-Mark
 
Debra Dalgeish posted this:

There's no way to change the colour of the filter arrows.

If you can use programming, there's a sample file here in which the
heading cell is coloured if a filter is applied to that field:

http://www.contextures.com/excelfiles.html

Under Filters, look for 'Colour Filter Headings'

Or, without programming, you can colour all the headings if any column
in the table has been filtered. For example:

Select all the headings
Choose Format>Conditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=COUNTA($A:$A)<>SUBTOTAL(3,$A:$A)
Click the Format button
On the Patterns tab, select a colour
Click OK, click OK

===========
From this thread:
http://groups.google.co.uk/group/mi...uthor:dalgleish&rnum=1&hl=en#c73e564e49aeb0d9

or

http://snipurl.com/m8zc


sandro wrote:
 
Back
Top