True if the font is formatted as subscript. False by default. Read/write Variant.
Example
This example makes the second character in cell A1 a subscript character.
Worksheets("Sheet1").Range("A1") _
.Characters(2, 1).Font.Subscript = True
True if the font is formatted as subscript. False by default. Read/write Variant.
This example makes the second character in cell A1 a subscript character.
Worksheets("Sheet1").Range("A1") _
.Characters(2, 1).Font.Subscript = True