ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Where (menu) find "fill color" and define/add a new color? (https://www.excelbanter.com/excel-programming/420091-where-menu-find-fill-color-define-add-new-color.html)

Claudia d'Amato

Where (menu) find "fill color" and define/add a new color?
 
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


Peter T

Where (menu) find "fill color" and define/add a new color?
 
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





All times are GMT +1. The time now is 08:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com