Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 805 Bytes

Excel.PageSetup.BlackAndWhite.md

File metadata and controls

42 lines (24 loc) · 805 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageSetup.BlackAndWhite property (Excel)
vbaxl10.chm473073
vbaxl10.chm473073
Excel.PageSetup.BlackAndWhite
81d1fd09-d317-7d3f-5200-875340a5917e
05/03/2019
medium

PageSetup.BlackAndWhite property (Excel)

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

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.

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

[!includeSupport and feedback]