CharacterType Property

Microsoft Excel Visual Basic

XlPhoneticCharacterType can be one of these XlPhoneticCharacterType constants.
xlHiragana
xlKatakana
xlKatakanaHalf
xlNoConversion

expression.CharacterType

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

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

ActiveCell.Phonetics(1).CharacterType = xlHiragana