PrintInBackground Property Example

This example prints the active presentation in the background.

With ActivePresentation
    .PrintOptions.PrintInBackground = True
    .PrintOut
End With