Phonetic.CharacterType Property

Excel Developer Reference

Returns or sets the type of phonetic text in the specified cell. Read/write XlPhoneticCharacterType.

Syntax

expression.CharacterType

expression   A variable that represents a Phonetic object.

Example

This example changes the first phonetic text string in the active cell from Furigana to Hiragana.

Visual Basic for Applications
  ActiveCell.Phonetics(1).CharacterType = xlHiragana

See Also