PresentationNewSlide Event

PresentationNewSlide Event

         Example         Applies To

Occurs when a new slide is created in any open presentation, as the slide is added to the Slides collection.

Syntax

Private Sub application_PresentationNewSlide(ByVal Sld As Slide)

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.

Sld   The new slide.