title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Range.Interior property (Excel) |
vbaxl10.chm144150 |
|
|
9599b0f7-9f52-627c-51e6-d8be8aeb9bbf |
05/11/2019 |
medium |
Returns an Interior object that represents the interior of the specified object.
expression.Interior
expression A variable that represents a Range object.
This example sets the interior color for cell A1 on Sheet1 to cyan.
Sub SetColor()
Worksheets("Sheet1").Range("A1").Interior.ColorIndex = 8 ' Cyan
End Sub
[!includeSupport and feedback]