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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.