0 out of 6 rated this helpful - Rate this topic

Interior Object [Excel 2003 VBA Language Reference]

Office 2003
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
		


Child Objects


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.