Returns or sets a Variant value that represents the name of the object.
Syntax
expression.Name
expression A variable that represents a Font object.
Remarks
The name of a Font object is a String.
Examples
The following code sets the font name of range A1:A5 to Calibri.
Range("A1:A5").Font.Name = "Calibri"