Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 943 Bytes

Excel.Workbook.PrintPreview.md

File metadata and controls

43 lines (26 loc) · 943 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.PrintPreview method (Excel)
vbaxl10.chm199128
vbaxl10.chm199128
Excel.Workbook.PrintPreview
044afc4c-74d6-3ea6-1811-2c7d9cdc5b1a
05/29/2019
medium

Workbook.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 Workbook 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]