Sends a request to terminate the application.

Syntax:

Exit()
Example:
Dim App As Application

Set App = Application

Call App.Exit

See also:

Class Application


Last Updated: 03/29/21