Interior Object [Excel 2007 Developer Reference]

Switch View :
ScriptFree
Interior Object
Represents the interior of an object.

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Range("A1").Interior.ColorIndex = 3