AuthenticRange.Select
See also
Method: Select ()
Description
Makes this range the current user interface selection. You can achieve the same result using: 'objRange.Parent.Selection = objRange'
Errors
2001 | The authentic range object or its related view object is no longer valid. |
Examples
' ---------------------------------------
' VBScript
' ---------------------------------------
' set current selection to end of document
objPlugin.objAuthenticView.DocumentEnd.Select()