Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 792 Bytes

Excel.FormatColor.Color.md

File metadata and controls

33 lines (19 loc) · 792 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FormatColor.Color property (Excel)
vbaxl10.chm802073
vbaxl10.chm802073
Excel.FormatColor.Color
c084cdbc-068c-bd0c-2f35-987964286be2
04/26/2019
medium

FormatColor.Color property (Excel)

Returns or sets the fill color associated with a threshold for a data bar or color scale conditional formatting rule.

Syntax

expression.Color

expression A variable that represents a FormatColor object.

Remarks

The format color is expressed as an RGB function. For example, to set the color to red, use RGB(255,0,0).

[!includeSupport and feedback]