PrefixCharacter Property Example

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

MsgBox "The prefix character is " & _
    Worksheets("Sheet1").Range("A1").PrefixCharacter