RGB Property

Applies To

ChartColorFormat object, ColorFormat object.

Description

ChartColorFormat object: Returns the red-green-blue value of the specified color. Read-only Long.

ColorFormat object: Returns or sets the red-green-blue value of the specified color. Read/write Long.

Example

This example sets the interior color of the range A1:A10 to the chart area foreground fill color on chart one.

Worksheets(1).Range("A1:A10").Interior.Color = _
    Charts(1).ChartArea.Fill.ForeColor.RGB