SlideShowEnd Event

SlideShowEnd Event

See Also         Example         Applies To

Occurs after a slide show ends — immediately after the last SlideShowNextSlide event occurs.

Syntax

Private Sub application_SlideShowEnd(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 closed when this event occurs.

Remarks

The SlideShowEnd event always occurs before a slide show ends if the SlideShowBegin event has occurred. You can use the SlideShowEnd event to return any property settings and variable initializations that occur in the SlideShowBegin event to their original settings.