Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Is there a table render the colorindex and color? Clara -- thank you so much for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ColorIndex | Excel Worksheet Functions | |||
ColorIndex | Excel Programming | |||
ColorIndex | Excel Programming | |||
ColorIndex | Excel Programming |