Chart.CopyPicture (PowerPoint)

Copies the selected object to the Clipboard as a picture.

CopyPicture (Appearance, Format, Size)


ActiveWindow.RangeFromPoint.Chart.CopyPicture

Arguments

Optional arguments

The following arguments are optional

Appearance (XlPictureAppearance) - One of the enumeration values that specifies how the picture should be copied. The default is xlScreen.

Possible return values are xlPrinter - The picture is copied as it will look when it is printed, xlScreen - The picture is copied to resemble its display on the screen as closely as possible.

Format (XlCopyPictureFormat) - One of the enumeration values that specifies the format of the picture. The default is xlPicture.

Possible return values are xlBitmap - A bitmap (.bmp, .jpg, .gif), xlPicture - A drawn picture (.png, .wmf, .mix).

Size (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.

Possible return values are xlPrinter - The picture is copied as it will look when it is printed, xlScreen - The picture is copied to resemble its display on the screen as closely as possible.