Sets or returns a Boolean determining whether after you paste text, the editor's insertion point is left at the beginning or end of the pasted text.
Syntax
Property Get CaretAtBeginningOfPaste ()
Property Let CaretAtBeginningOfPaste (boolean)
The syntax has these parts:
Part | Description |
boolean | A required Boolean value specifying insertion point location after pasting text. |