Description
Contains font attributes (font name, font size, color, and so on) for an object.
Accessors
The Font property returns the Font object. The font attributes are properties of the Font object. The following example makes cells A1:C5 bold on the worksheet named "Sheet1."
Worksheets("sheet1").Range("a1:c5").Font.Bold = True
If you do not want to format all the text contained in a cell or graphic object at once, use the Characters method to return a subset of the text.
Properties
Application Property, Background Property, Bold Property, Color Property, ColorIndex Property, Creator Property, FontStyle Property, Italic Property, Name Property, OutlineFont Property, Parent Property, Shadow Property, Size Property, Strikethrough Property, Subscript Property, Superscript Property, Underline Property.