SlideShowNextSlide Event

SlideShowNextSlide Event

See Also         Example         Applies To

Occurs immediately before the transition to the next slide. For the first slide, occurs immediately after the SlideShowBegin event.

Syntax

Private Sub application_SlideShowNextSlide(ByVal Wn As SlideShowWindow)

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.

Wn   The active slide show window.