SaveAll Method
The SaveAll method saves all documents in the collection. Returns a Boolean.
Syntax
object.SaveAll( Prompt )
Parameter | Type | Description |
Prompt | Boolean | optional, default is false - do not prompt to save changes |
Remarks
When prompt equals true, you are prompted to save changes; when prompt equals false, there is no prompt to save changes.
Example
This example demonstrates how to save all open documents without prompting for saving changes.
Docs.SaveAll (False)
Used by: Documents collection