Subscript Property
Applies To
Font object.
Description
True if the font is formatted as subscript. False by default. Read/write Variant.
See Also
Characters object, Superscript property.
Example
This example makes the second character in cell A1 a subscript character.
Worksheets("Sheet1").Range("A1").Characters(2, 1).Font.Subscript = True