Determines whether the document window display is black and white. Read/write MsoTriState.
MsoTriState can be one of these MsoTriState constants. |
msoCTrue |
msoFalse Default. |
msoTriStateMixed |
msoTriStateToggle |
msoTrue The document window display is black and white. |
Example
This example changes the display in window one to black and white.
Application.Windows(1).BlackAndWhite = msoTrue