Syntax

expression.SetPhonetic

expression A variable that represents a Range object.

Remarks

Any existing Phonetic objects in the specified range are automatically overwritten (deleted) by the new objects you add using this method.

Example

This example creates a Phonetic object for each cell in the range A1:A10 on the active worksheet.

Visual Basic for Applications
ActiveSheet.Range("A1:A10").SetPhonetic
set set phonetic Set Phonetic Method SetPhonetic SetPhonetic Method

See also: