Syntax

expression.PrefixCharacter

expression A variable that represents a Range object.

Remarks

If the property is False, this prefix character will be ' for a text label, or blank. If the TransitionNavigKeys property is True, this character will be ' for a left-justified label, " for a right-justified label, ^ for a centered label, \ for a repeated label, or blank.

Example

This example displays the prefix character for cell A1 on Sheet1.

Visual Basic for Applications
MsgBox "The prefix character is " & _ Worksheets("Sheet1").Range("A1").PrefixCharacter
Find out what the prefix character is for a specified cell? Prefix prefix character Prefix Character Property PrefixCharacter PrefixCharacter Property PrefixCharacter? Return cell default prefix?

See also: