TextRange2.InsertSymbol Method
Inserts a symbol from the specified font set into the range of text represented by the TextRange2 object.
Syntax
expression.InsertSymbol(FontName, CharNumber, Unicode)
expression An expression that returns a TextRange2 object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| FontName | Required | String | The name of the font set. |
| CharNumber | Required | Long | The number of the symbol. |
| Unicode | Optional | MsoTriState | Indicates whether the value of the symbol is specified as a unicode value. |
Return Value
TextRange2