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