Range.Font Property
Returns a Font object that represents the font of the specified object.
Syntax
expression.Font
expression A variable that represents a Range object.
Example
This example determines the if the font name for cell A1 is Arial and notifies the user.
| Visual Basic for Applications |
|---|
|