Phonetics.Length Property
Returns a Long value that represents the number of characters of phonetic text from the position you've specified with the Start property.
Syntax
expression.Length
expression A variable that represents a Phonetics object.
Example
This example returns the length of the second phonetic text string in the active cell.
| Visual Basic for Applications |
|---|
|
" ActiveCell.Phonetics.Add Start:=1, Length:=3, Text:="
" MsgBox ActiveCell.Phonetics(2).Length