Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Copies the selected text to the Clipboard.
Syntax
object**.Copy**
Parameters
object
An expression that evaluates to a TextSelection object.
Example
The following example copies selected text to the Clipboard:
ActiveDocument.Selection.Copy