PC Review


Reply
Thread Tools Rate Thread

Autofilter list arrow colors

 
 
Loris
Guest
Posts: n/a
 
      29th Nov 2008
In Excel 2003, The triangle in the drop down list button for any field that
is being used to filter a list is blue. I have a hard time distinguishing
the color. Is there any way to change the color in the triangle?
 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      29th Nov 2008
There's no way to change the drop down arrow's colour.

You could use programming to change the colour of the heading cell when
a column is filtered. There are sample files here:

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

Under Filters, look for 'FL0022 - FilterClick Colour' or 'FL0014 -
Colour Filter Headings'

Loris wrote:
> In Excel 2003, The triangle in the drop down list button for any field that
> is being used to filter a list is blue. I have a hard time distinguishing
> the color. Is there any way to change the color in the triangle?



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com

 
Reply With Quote
 
Shane Devenshire
Guest
Posts: n/a
 
      29th Nov 2008
Hi,

In 2007 you will not have that problem because the filters display a filter
icon on them whenever a filter is applied. They also display a sort icon on
the filter if the field has been sorted.

Cheers,
Shane Devenshire

"Loris" wrote:

> In Excel 2003, The triangle in the drop down list button for any field that
> is being used to filter a list is blue. I have a hard time distinguishing
> the color. Is there any way to change the color in the triangle?

 
Reply With Quote
 
Annie1904
Guest
Posts: n/a
 
      29th Jan 2009
This is the best thing I've found on the internet in a long time! Thank you
Debra - this will make my life a lot easier!

"Debra Dalgleish" wrote:

> There's no way to change the drop down arrow's colour.
>
> You could use programming to change the colour of the heading cell when
> a column is filtered. There are sample files here:
>
> http://www.contextures.com/excelfiles.html
>
> Under Filters, look for 'FL0022 - FilterClick Colour' or 'FL0014 -
> Colour Filter Headings'
>
> Loris wrote:
> > In Excel 2003, The triangle in the drop down list button for any field that
> > is being used to filter a list is blue. I have a hard time distinguishing
> > the color. Is there any way to change the color in the triangle?

>
>
> --
> Debra Dalgleish
> Contextures
> www.contextures.com/tiptech.html
> Blog: http://blog.contextures.com
>
>

 
Reply With Quote
 
Debra Dalgleish
Guest
Posts: n/a
 
      29th Jan 2009
You're welcome! Glad to hear that you like it.

Annie1904 wrote:
> This is the best thing I've found on the internet in a long time! Thank you
> Debra - this will make my life a lot easier!
>
> "Debra Dalgleish" wrote:
>
>
>>There's no way to change the drop down arrow's colour.
>>
>>You could use programming to change the colour of the heading cell when
>>a column is filtered. There are sample files here:
>>
>> http://www.contextures.com/excelfiles.html
>>
>>Under Filters, look for 'FL0022 - FilterClick Colour' or 'FL0014 -
>>Colour Filter Headings'
>>
>>Loris wrote:
>>
>>>In Excel 2003, The triangle in the drop down list button for any field that
>>>is being used to filter a list is blue. I have a hard time distinguishing
>>>the color. Is there any way to change the color in the triangle?

>>
>>
>>--
>>Debra Dalgleish
>>Contextures
>>www.contextures.com/tiptech.html
>>Blog: http://blog.contextures.com
>>
>>

>



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com

 
Reply With Quote
 
New Member
Join Date: Jun 2009
Location: West Sussex, UK
Posts: 3
 
      11th Jun 2009
Hi

You can do this without the need for VBA, using the COUNT() and SUBTOTAL() functions.

(Assuming column A has a header and contains only numeric values)

COUNT(A:A) will return the number of filled cells in column A
SUBTOTAL(102,A:A) will return the number on non-filtered filled cells in column A

So, if COUNT(A:A) <> SUBTOTAL(102,A:A), then there is a filter on.

You can use this expression in a conditional formatting rule to change the colours/fonts of the headings on your spreadsheet (I make it as garish as possible, becuase I don't want people to save spreadsheets with filters on!)


Hope this helps

Pip (aka Phil, I'm a bloke!)

IT Architect
West Sussex, UK




Quote:
Originally Posted by Debra Dalgleish
There's no way to change the drop down arrow's colour.

You could use programming to change the colour of the heading cell when
a column is filtered. There are sample files here:

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

Under Filters, look for 'FL0022 - FilterClick Colour' or 'FL0014 -
Colour Filter Headings'

Loris wrote:
> In Excel 2003, The triangle in the drop down list button for any field that
> is being used to filter a list is blue. I have a hard time distinguishing
> the color. Is there any way to change the color in the triangle?



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autofilter Arrow Colours AndyW Microsoft Excel Discussion 3 23rd Jun 2009 01:39 PM
Drop-Down Arrow in AutoFilter Geoff Microsoft Excel Programming 0 7th May 2008 10:50 PM
AutoFilter Blue Arrow Dermot Microsoft Excel Programming 2 28th Mar 2008 08:27 AM
Arrow color on Autofilter =?Utf-8?B?bW9p?= Microsoft Excel Worksheet Functions 1 18th Nov 2005 08:26 PM
Linking To An Autofilter Arrow TONYC Microsoft Excel Programming 6 4th Aug 2004 12:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:18 AM.