title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PageSetup.BlackAndWhite property (Excel) |
vbaxl10.chm473073 |
|
|
81d1fd09-d317-7d3f-5200-875340a5917e |
05/03/2019 |
medium |
True if elements of the document will be printed in black and white. Read/write Boolean.
expression.BlackAndWhite
expression A variable that represents a PageSetup object.
This property applies only to worksheet pages.
This example causes Sheet1 to be printed in black and white.
Worksheets("Sheet1").PageSetup.BlackAndWhite = True
[!includeSupport and feedback]