Application.Quit Method

SharePoint Designer Developer Reference

Quits the application.

Syntax

expression.Quit

expression   A variable that represents an Application object.

Remarks

This method immediately exits the active application and does not save any changes that have not been previously saved by using the Save or SaveAs method.

See Also