Quit Method

From Microsoft FrontPage Visual Basic

Quits the application. This method does not save any changes that have not been previously saved using the Save or SaveAs command, but immediately exits the active application.

expression.Quit

expression    An expression that returns an Application object.