[vba]파워포인트에서 자동으로 실행되는 프로시저들

Excerpted from : AutoEvents Add-in for PowerPoint 2000 and later

  1. Sub Auto_Open() – Gets executed immediately after the presentation is opened.
  2. Sub Auto_Close() – Gets executed prior to the presentation is closed.
  3. Sub Auto_Print() – Gets executed prior to the presentation being printed.
  4. Sub Auto_ShowBegin() – Gets executed when the show begins.
  5. Sub Auto_ShowEnd() – Gets executed when the show ends.
  6. Sub Auto_NextSlide(Index as Long) – Gets executed before the slideshow moves onto the next slide.