Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 792 Bytes

Excel.PageSetup.Draft.md

File metadata and controls

42 lines (24 loc) · 792 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageSetup.Draft property (Excel)
vbaxl10.chm473080
vbaxl10.chm473080
Excel.PageSetup.Draft
133d474c-2058-7dd9-d10b-0e45d9b2f972
05/03/2019
medium

PageSetup.Draft property (Excel)

True if the sheet will be printed without graphics. Read/write Boolean.

Syntax

expression.Draft

expression A variable that represents a PageSetup object.

Remarks

Setting this property to True makes printing faster (at the expense of not printing graphics).

Example

This example turns off graphics printing for Sheet1.

Worksheets("Sheet1").PageSetup.Draft = True

[!includeSupport and feedback]