Remarks

Each Phonetic object contains information about a specific phonetic text string.

Example

Use the property to return the Phonetics collection. The following example makes all phonetic text in the range A1:C4 visible.

Visual Basic for Applications
Range("A1:C4").Phonetics.Visible = True

Use Phonetics(), where is the index number of the phonetic text, to return a single Phoneticobject. The following example sets the first phonetic text string in the active cell to " furiganafuriganafuriganafurigana".

Visual Basic for Applications
ActiveCell.Phonetics(1).Text = " furigana furigana furigana furigana"

See also:

index index