Font.Subscript Property
Excel Developer Reference |
True if the font is formatted as subscript. False by default. Read/write Variant.
Syntax
expression.Subscript
expression A variable that represents a Font object.
Example
This example makes the second character in cell A1 a subscript character.
Visual Basic for Applications |
---|
|
See Also