Document.New Event
Word Developer Reference |
Occurs when a new document based on the template is created. A procedure for the New event will run only if it is stored in a template.
Syntax
Private Sub expression_Private Sub Document_New
expression A variable that represents a Document object.
Remarks
For information about using events with the Document object, see Using Events with the Document Object.
Example
This example asks the user whether to save all other open documents when a new document based on the template is created. (This procedure is stored in the ThisDocument class module of a template, not a document.)
Visual Basic for Applications |
---|
|
See Also