COPY.CHART macro

Equivalent to choosing the Copy Chart command from the Edit menu in Microsoft Excel for the Macintosh version 1.5 or earlier. This function is included only for macro compatibility. You can copy a chart with the COPY.PICTURE function by omitting the appearance_num argument.

Syntax

COPY.CHART(size_num)

Size_num    is a number describing how to copy the picture and is only available if the current selection is a chart.

Size_num Action
1 or omitted Copies the chart in the same size as the window on which it is displayed
2 Copies what you would see if you printed the chart

Related Function

COPY.PICTURE   Creates a picture of the current selection for use in another program

Return to index