Maybe it was just the FormatColor.ColorIndex that was added in 2007.
From the VBE Help File
Quote
FormatColor.ColorIndex Property
Returns or sets one of the constants of the XlColorIndex enumeration, specifying if the fill color is expressed as an index value into the current color palette.
Version Information
Version Added: Excel 2007
Syntax
expression.ColorIndex
expression A variable that represents a FormatColor object.
Remarks
This property is used for each threshold of a color scale or data bar conditional formatting rule.
Unquote
-- Hope this helps.
Doug Robbins - Word MVP,
dkr[atsymbol]mvps[dot]org
Posted via the Community Bridge
"Peter Schleif" wrote in message news:*** Email address is removed for privacy ***...
Doug Robbins [MVP] wrote on 8/17/2010 08:28 CEST:
The colorindex was added by Excel 2007
Sure? The following works fine in Excel 2002. Probably also in earlier versions.
MsgBox [A1].Font.ColorIndex
Peter
Doug Robbins - Word MVP dkr[atsymbol]mvps[dot]org