ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   ColorIndex (https://www.excelbanter.com/excel-programming/388522-colorindex.html)

clara

ColorIndex
 
Hi all,

Is there a table render the colorindex and color?

Clara
--
thank you so much for your help

merjet

ColorIndex
 
http://www.mvps.org/dmcritchie/excel/colors.htm

Hth,
Merjet



Gord Dibben

ColorIndex
 
clara

See David McRitchie's site for the color palette.

http://www.mvps.org/dmcritchie/excel/colors.htm

Or just run this macro from John Walkenbach

Sub ListColorIndexes()
Dim Ndx As Long
Sheets.Add
For Ndx = 1 To 56
Cells(Ndx, 1).Interior.ColorIndex = Ndx
Cells(Ndx, 2).Value = Hex(ThisWorkbook.Colors(Ndx))
Cells(Ndx, 3).Value = Ndx
Next Ndx
End Sub


Gord Dibben MS Excel MVP

On Tue, 1 May 2007 13:01:02 -0700, clara
wrote:

Hi all,

Is there a table render the colorindex and color?

Clara



JLGWhiz

ColorIndex
 
There is also a color palette displayed in VBA help under "PatternColorIndex
Property".

"clara" wrote:

Hi all,

Is there a table render the colorindex and color?

Clara
--
thank you so much for your help


Gord Dibben

ColorIndex
 
Good find Whiz

Surprising what a little digging through help can dredge up.


Gord

On Tue, 1 May 2007 14:13:00 -0700, JLGWhiz
wrote:

There is also a color palette displayed in VBA help under "PatternColorIndex
Property".

"clara" wrote:

Hi all,

Is there a table render the colorindex and color?

Clara
--
thank you so much for your help




All times are GMT +1. The time now is 04:47 PM.

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