Syntax

expression.PhoneticCharacters

expression A variable that represents a Characters object.

Remarks

Instead of using this property, you should use the method of the collection to add phonetic information to a cell, and use the property of the object to return or set the phonetic text strings in a cell.

Example

This example replaces the fourth character from the beginning of the text in the active cell with Furigana characters.

Visual Basic for Applications
ActiveCell.Characters(1,3).PhoneticCharacters = " furigana furigana furigana furigana"
phonetic phonetic characters Phonetic Characters Property PhoneticCharacters phoneticcharacters property

See also: