Close method

Closes the document and all associated windows.

Syntax

Close([SaveChanges], [File])

Where:

     SaveChanges is an optional Boolean variable indicating whether to save changes made since the last save (A value of True saves the changes, while a value of False does not);

     File is an optional string naming the file to be saved.

Examples ...

Close method example