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
n = Worksheets("Sheet1").Range("A1").Characters.Count Worksheets("Sheet1").Range("A1") _ .Characters(n, 1).Font.Superscript = True
superscript Superscript font? superscript property superscript? Use superscripted axistitle?

See also: