Article ID: 179003 - Last Review: September 11, 2002 - Revision: 1.0 XL98: Color Palette Looks Different in Microsoft Excel 98This article was previously published under Q179003 For a Microsoft Excel 2002 version of this article, see 291293
(http://support.microsoft.com/kb/291293/EN-US/
)
.
For a Microsoft Excel 2000 version of this article, see 211533 (http://support.microsoft.com/kb/211533/EN-US/ ) . For a Microsoft Excel 97 version of this article, see 157202 (http://support.microsoft.com/kb/157202/EN-US/ ) . SYMPTOMS
In Microsoft Excel 98 Macintosh Edition, when you select a color from the
color palette, the value of the Microsoft Visual Basic for Applications
ColorIndex property of the color you select may not be what you expect.
CAUSE
This occurs in Microsoft Excel 98 Macintosh Edition because colors within
the color palette are sorted chromatically, not by color index. This
behavior is different than in earlier versions of Microsoft Excel for the
Macintosh.
STATUS
This behavior is by design of Microsoft Excel 98 Macintosh Edition.
MORE INFORMATION
In Microsoft Excel, you can view the color palette by clicking the
arrow just to the right of the Font Color button on the Formatting
toolbar.
In Microsoft Excel version 5.0, colors are arranged on the color palette by color index. The first row of colors contains colors 1 through 8, the second row contains colors 9 through 16, and so on. In Microsoft Excel 97 for Windows and Excel 98 Macintosh Edition, colors are arranged on the color palette in chromatic order. The first row contains the eight darkest colors, the second row is lighter than the first, and so on to the last row, which contains the eight lightest colors. The ColorIndex property values have not changed, however, so Visual Basic code that changes the color of fonts or cell backgrounds should work exactly the same in Microsoft Excel 98 Macintosh Edition as it does in earlier versions of Microsoft Excel. For additional information, please see the following article in the Microsoft Knowledge Base: 192906
(http://support.microsoft.com/kb/192906/EN-US/
)
XL: Sample Visual Basic Code to Create Color Index Table
REFERENCES
For more information about the ColorIndex property, click the Office
Assistant in the Visual Basic Editor, type ColorIndex, click Search, and
then click to view "ColorIndex Property".
| Article Translations
|

Back to the top
