PC Review


Reply
 
 
=?Utf-8?B?Y2xhcmE=?=
Guest
Posts: n/a
 
      1st May 2007
Hi all,

Is there a table render the colorindex and color?

Clara
--
thank you so much for your help
 
Reply With Quote
 
 
 
 
merjet
Guest
Posts: n/a
 
      1st May 2007
http://www.mvps.org/dmcritchie/excel/colors.htm

Hth,
Merjet


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      1st May 2007
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 <(E-Mail Removed)>
wrote:

>Hi all,
>
>Is there a table render the colorindex and color?
>
>Clara


 
Reply With Quote
 
=?Utf-8?B?SkxHV2hpeg==?=
Guest
Posts: n/a
 
      1st May 2007
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 With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      1st May 2007
Good find Whiz

Surprising what a little digging through help can dredge up.


Gord

On Tue, 1 May 2007 14:13:00 -0700, JLGWhiz <(E-Mail Removed)>
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Colorindex Al_82 Microsoft Excel Programming 24 25th Sep 2009 10:25 AM
colorindex =?Utf-8?B?TmVsbCBGYWhleQ==?= Microsoft Excel Misc 3 28th Apr 2005 07:06 PM
ColorIndex ... jlarkin Microsoft Excel Misc 1 26th Oct 2004 11:13 PM
ColorIndex Trevor Davidson Microsoft Excel Programming 5 26th Apr 2004 10:39 PM
ColorIndex KEVIN BROWN Microsoft Excel Programming 5 7th Feb 2004 04:42 PM


Features
 

Advertising
 

Newsgroups
 


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