property Items.ItemForeColor(Item as HITEM) as Color

Retrieves or sets a foreground color for a specific item.

TypeDescription
Item as HITEM A long expression that indicates the item's handle.
Color A color expression that defines the item's foreground color
Use the CellForeColor property to change the item's foreground color. Use the ForeColor property to change the control's foreground color. Use the ClearItemForeColor property to clear the item's foreground color. Use the ConditionalFormats method to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula.