Characters.Insert Method
Inserts a string preceding the selected characters.
Syntax
expression.Insert(String)
expression A variable that represents a Characters object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| String | Required | String | The string to insert. |
Return Value
Variant