Options.AllowBackgroundSave property (Publisher)

True (default) for Microsoft Publisher to save publications in the background, allowing users to perform other actions at the same time. Read/write Boolean.

Syntax

expression.AllowBackgroundSave

expression A variable that represents an Options object.

Return value

Boolean

Remarks

This setting is saved for each individual user and persists from one session to another.

Example

This example turns off background save, so publications don't save in the background.

Sub DoNotSaveInBackground() 
 Options.AllowBackgroundSave = False 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.