Excerpted from : AutoEvents Add-in for PowerPoint 2000 and later
- Sub Auto_Open() – Gets executed immediately after the presentation is opened.
- Sub Auto_Close() – Gets executed prior to the presentation is closed.
- Sub Auto_Print() – Gets executed prior to the presentation being printed.
- Sub Auto_ShowBegin() – Gets executed when the show begins.
- Sub Auto_ShowEnd() – Gets executed when the show ends.
- Sub Auto_NextSlide(Index as Long) – Gets executed before the slideshow moves onto the next slide.
You must be logged in to post a comment.