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