Quit Method

Shuts down the WorkSpace, closing all documents and saving them, if specified.

Syntax

object.Quit [SaveChanges]

Properties

The Quit method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

SaveChanges

Long. (optional)
Valid entries:

1 – Save changes; do not prompt. (default)
2 – Do not save changes.
3 – Prompt before saving changes.

 

Example

Applies To