title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Charts.PrintPreview method (Excel) |
vbaxl10.chm217080 |
|
|
53d54413-6c35-d2a3-ba4a-1acc3bbdea28 |
04/20/2019 |
medium |
Shows a preview of the object as it would look when printed.
expression.PrintPreview (EnableChanges)
expression A variable that represents a Charts object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
EnableChanges | Optional | Variant | Pass a Boolean value to specify if the user can change the margins and other page setup options available in print preview. |
This example displays Sheet1 in print preview.
Worksheets("Sheet1").PrintPreview
[!includeSupport and feedback]