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
Replaces a selection with the contents of the Clipboard.
Syntax
object**.Paste**
Parameters
object
An expression that evaluates to a TextSelection object.
Remarks
You cannot paste over a column selection.
Example
The following example replaces a selection with the contents of the Clipboard:
ActiveDocument.Selection.Paste