Phonetics.Start Property (Excel)

Returns the position that represents the first character of a phonetic text string in the specified cell. Read-only Long.

Syntax

expression .Start

expression A variable that represents a Phonetics object.

Example

This example returns the starting position of the second phonetic text string in the active cell.

ActiveCell.FormulaR1C1 = "東京都渋谷区代々木" 
ActiveCell.Phonetics.Add Start:=1, Length:=3, Text:="トウキョウト" 
ActiveCell.Phonetics.Add Start:=4, Length:=3, Text:="シブヤク" 
MsgBox ActiveCell.Phonetics(2).Start

See Also

Concepts

Phonetics Object

Phonetics Object Members