Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 936 Bytes

Excel.Chart.PrintPreview.md

File metadata and controls

43 lines (26 loc) · 936 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.PrintPreview method (Excel)
vbaxl10.chm148088
vbaxl10.chm148088
Excel.Chart.PrintPreview
c08ad230-8bec-efd0-b94a-92b2324b5925
04/16/2019
medium

Chart.PrintPreview method (Excel)

Shows a preview of the object as it would look when printed.

Syntax

expression.PrintPreview (EnableChanges)

expression A variable that represents a Chart object.

Parameters

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.

Example

This example displays Sheet1 in print preview.

Worksheets("Sheet1").PrintPreview

[!includeSupport and feedback]