Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In excel when we highlighted some of the cells with color. Finally those
unique colored cells want to filter in single step. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See http://www.ozgrid.com/VBA/ReturnCellColor.htm
-- Regards Dave Hawley www.ozgrid.com "Ravi" wrote in message ... In excel when we highlighted some of the cells with color. Finally those unique colored cells want to filter in single step. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could update to xl2007. This feature was added with that version.
And if you're using xl2003 or below, you can try Ron de Bruin's EasyFilter addin: http://www.rondebruin.nl/easyfilter.htm Or you could use a helper cell in each row that would return the color of the cell you want. Chip Pearson shows how: http://www.cpearson.com/Excel/colors.aspx Look for: Colors In A Cell Or Range If you're new to macros: Debra Dalgleish has some notes how to implement macros he http://www.contextures.com/xlvba01.html David McRitchie has an intro to macros: http://www.mvps.org/dmcritchie/excel/getstarted.htm Ron de Bruin's intro to macros: http://www.rondebruin.nl/code.htm (General, Regular and Standard modules all describe the same thing.) Ravi wrote: In excel when we highlighted some of the cells with color. Finally those unique colored cells want to filter in single step. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add value of cells based on the formatted fill color | Excel Worksheet Functions | |||
Summing cells within a column based on cell fill color | New Users to Excel | |||
Is there a way to count cells in a range based on fill color? | Excel Worksheet Functions | |||
Fill cells with color based on criteria in two cells | Excel Worksheet Functions | |||
color fill cells based on IF function or formula | Excel Worksheet Functions |