Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I assume you are talking about Excel 97-2003
The Palette has 56 colours, you cannot add additional colours. Only 40 appear in the dropdown palette; the other two rows, known as the chart colours, appear in various format dialogs. To customize a colours manually Tools / Options / Color Programmatically - ActiveWorkbook.Colors(3) = RGB(50, 150, 250) changes default red to a blue The palette "belongs" to the Workbook and that workbook only. If you customize a colour the new palette will be saved with the workbook. Note the 56 'Colorindex' numbers are not located in any kind of logical order in the palette. Regards, Peter T "Claudia d'Amato" wrote in message ... In my toolbar I found an icon "Fill color". Where is the refering (sub) menu? I did not found such a sub menu for the palette. How do I add a new color to the existing palette? I neither find an "add custom" or similar button nor a way to change existing colors. Claudia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Incorporating Cell color fill in an "if" logical function? | Excel Worksheet Functions | |||
Can the Excel cell fill color be changed using "IF" statements? | Excel Worksheet Functions | |||
Where (menu) find "fill color" and define/add a new color? | Excel Discussion (Misc queries) | |||
Excel needs multiple "Fill color" buttons for faster coloring. | Setting up and Configuration of Excel | |||
set "value if true" to "fill cell with color" | Excel Programming |