PresentationOpen Event

PresentationOpen Event

See Also         Example         Applies To

Occurs after an existing presentation is opened, as it is added to the Presentations collection.

Syntax

Private Sub application_PresentationOpen(ByVal Pres As Presentation)

application   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.

Pres   The presentation that is opened.