Remove
This method removes the specified number of characters from the worktext.
Syntax
Remove (CharIndex as Long, Length as Long)
Parameter | Description |
---|---|
CharIndex | The first character to remove. |
Length | Number of characters to remove. Optional parameter. The default value is 1. |