Interior Object [Excel 2003 VBA Language Reference]

Multiple objects
Interior

Represents the interior of an object.

Using the Interior Object

Use the Interior property to return the Interior object. The following example sets the color for the interior of cell A1 to red.

Worksheets("Sheet1").Range("A1").Interior.ColorIndex = 3

Properties | Application Property | Color Property | ColorIndex Property | Creator Property | InvertIfNegative Property | Parent Property | Pattern Property | PatternColor Property | PatternColorIndex Property

Parent Objects | AxisTitle Object | CellFormat Object | ChartArea Object | ChartObject Object | ChartObjects Collection | ChartTitle Object | DataLabel Object | DataLabels Collection | DisplayUnitLabel Object | DownBars Object | Floor Object | FormatCondition Object | Legend Object | LegendKey Object | OLEObject Object | OLEObjects Collection | PlotArea Object | Point Object | Range Collection | Series Object | Style Object | UpBars Object | Walls Object

Child Objects