Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
MsoTriState
| MsoTriState can be one of these MsoTriState constants. |
| msoCTrue |
| msoFalse |
| msoTriStateMixed |
| msoTriStateToggle |
| msoTrue Default. The specified presentation is printed in the background, which means that you can continue to work while it's being printed. |
Example
This example prints the active presentation in the background.
With ActivePresentation
.PrintOptions.PrintInBackground = msoTrue
.PrintOut
End With
Applies to | PrintOptions Object