Application.NewDocument event (Publisher)

Occurs when a new publication is created.

Syntax

expression.NewDocument (Doc)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Doc Required Document The new document.

Example

This example displays a message when a new publication is created.

Private Sub appPub_NewDocument(ByVal Doc As Document) 
 MsgBox "This is a new publication." 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.