cell color

R

rapgame

Following microsoft.com one of the differences between excel 2000 and 2007 is
the feature filtering on cell color instead of text only.

So I am using Excel 2000, please understand that updating to 2007 is to
expensive. I just want to been able to filter on cell color. Are there any
other solutions, for example a plugin/addin or something.

Thanks in advance.

Robert
 
J

Jarek Kujawa

Excel 2003, should work in Excel 2000 as well

to simply filter on cell colors you might use the following function:

Function kolor(cell As Range) As Integer
kolor = cell.Interior.ColorIndex
End Function

press Alt+F11
then Insert->Module
and paste the a/m code

presume you want to determine color of A1
then in B1 insert the following:
=kolor(A1)

copy down and apply autofilter

HIH
 

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