CellFormat.Interior Property
Returns an Interior object allowing the user to set or return the search criteria based on the cell's interior format.
Syntax
expression.Interior
expression A variable that represents a CellFormat object.
Example
This example sets the search criteria to identify cells that contain a solid yellow interior, creates a cell with this condition, finds this cell, and notifies the user.
| Visual Basic for Applications |
|---|
|