Subscript Property

Applies To

Font Object.

Description

True if the font is subscripted. Read-write.

Remarks

This property is False by default.

See Also

Characters Object, Superscript Property.

Example

This example makes the second character in cell A1 a subscript.


Worksheets("Sheet1").Range("A1").Characters(2, 1).Font.Subscript = True