Quit Event

See Also         Example         Applies To

Occurs when the user quits Word.

Syntax

Private Sub object_Quit()

object   An object of type Application declared with events in a class module. For information about using events with the Application object, see Using Events with the Application Object.