title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PageSetup.Draft property (Excel) |
vbaxl10.chm473080 |
|
|
133d474c-2058-7dd9-d10b-0e45d9b2f972 |
05/03/2019 |
medium |
True if the sheet will be printed without graphics. Read/write Boolean.
expression.Draft
expression A variable that represents a PageSetup object.
Setting this property to True makes printing faster (at the expense of not printing graphics).
This example turns off graphics printing for Sheet1.
Worksheets("Sheet1").PageSetup.Draft = True
[!includeSupport and feedback]