Range.CopyAsPicture Method
Word Developer Reference |
The CopyAsPicture method works the same way as the Copy method.
Syntax
expression.CopyAsPicture
expression Required. A variable that represents a Range object.
Example
This example copies the contents of the active document as a picture and pastes it as a picture at the end of the document.
Visual Basic for Applications |
---|
|
See Also