Phonetics.CharacterType Property (Excel)
Returns or sets the type of phonetic text in the specified cell. Read/write XlPhoneticCharacterType.
Syntax
expression .CharacterType
expression A variable that represents a Phonetics object.
Example
This example changes the first phonetic text string in the active cell from Furigana to Hiragana.
ActiveCell.Phonetics(1).CharacterType = xlHiragana