Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi alexT
You are thinking along the right lines, customize one of the 56 palette colours. A simple way might be like this - Choose the coloured square on the palette you want to customize, and fill a cell with that colour With this cell still active, run this Sub Test() Dim x As Long x = ActiveCell.Interior.ColorIndex If x 0 Then ActiveWorkbook.Colors(x) = RGB(10, 110, 210) End Sub If interested I have a workbook that will display 1,000+ typical print colours (roughly similar to those in the link provided by Jim), the 140 named wed colours, and another large print swatch. Regards, Peter T pmbthornton at gmail com "AlexT" wrote in message oups.com... Folks Many thanks for all those excellent resources. I might very well have overlooked something but I was under the impression that all I woud need to do is to lookup the PANTONE equivalence and then do something like Cells(i + 1, 1).Interior.color = myPantone well... That doesn't work... So I guess I have to first define one of the 56 colors as being my Pantone and then assign it. I might be stupid but I'm not quite sure as of how to do this... Best regards --alexT |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Color/Color Index | Excel Discussion (Misc queries) | |||
Powerpoint / Excel: custom pp RGB color doesn't match identical Excelcustom RGB color | Charts and Charting in Excel | |||
Can I modify Excel 2003 color palette to accept Pantone colors? | Excel Worksheet Functions | |||
How do I get Pantone colors in Excel? | Excel Discussion (Misc queries) | |||
Charts in cmyk/pantone colors ? | Excel Programming |