Closes the application to which it belongs
Syntax:
Sub Quit()
Remarks:
The Quit method closes the current session of CorelDRAW.
Examples:
The following VBA example terminates the current session of CorelDRAW.
Sub QuitApp()
Quit 
End Sub