CharacterType Property
Returns or sets the type of phonetic text in the specified cell. Read/write XlPhoneticCharacterType.
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