Chart.CopyPicture method (PowerPoint)
Copies the selected object to the Clipboard as a picture.
Syntax
expression.CopyPicture (Appearance, Format, Size)
expression A variable that represents a Chart object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Appearance | Optional | XlPictureAppearance | One of the enumeration values that specifies how the picture should be copied. The default is xlScreen. |
Format | Optional | XlCopyPictureFormat | One of the enumeration values that specifies the format of the picture. The default is xlPicture. |
Size | Optional | xlPictureAppearance | One of the enumeration values that specifies the size of the copied picture when the object is a chart on a chart sheet (not embedded on a worksheet). The default is xlPrinter. |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.