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: