BlackAndWhite Property

Applies To

PageSetup Object.

Description

True if elements of the document will be printed in black and white. Read-write.

Remarks

This property applies only to worksheet pages.

Example

This example causes Sheet1 to print in black and white.


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