Skip to content

Files

Latest commit

 

History

History
48 lines (28 loc) · 963 Bytes

Excel.Range.PrintPreview.md

File metadata and controls

48 lines (28 loc) · 963 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.PrintPreview method (Excel)
vbaxl10.chm144182
vbaxl10.chm144182
Excel.Range.PrintPreview
b429a45c-864f-1c48-0775-1cf240f6e7ac
05/11/2019
medium

Range.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 Range 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.

Return value

Variant

Example

This example displays Sheet1 in print preview.

Worksheets("Sheet1").PrintPreview

[!includeSupport and feedback]