Syntax

expression.BlackAndWhite

expression A variable that represents a PageSetup object.

Remarks

This property applies only to worksheet pages.

Example

This example causes Sheet1 to be printed in black and white.

Visual Basic for Applications
Worksheets("Sheet1").PageSetup.BlackAndWhite = True
black black and white Black And White Property blackand BlackAndWhite BlackAndWhite Property Print document without color? Print worksheet pages only in black and white? Turn on black & white printing?

See also: