Selection.Copy Method
Word Developer Reference |
Copies the specified selection to the Clipboard.
Syntax
expression.Copy
expression Required. A variable that represents a Selection object.
Example
This example copies the contents of the selection into a new document.
Visual Basic for Applications |
---|
|
See Also