TextRange2.InsertSymbol method (Office)

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

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.