VBA Macro: How to Run a Custom Code When A Slide Changes during Slideshow in PowerPoint
If you are interested to run a custom code when the slide changes during the slideshow, then here is a VBA script snippet that you can modify to run your own code. Basically what we are going to do is to use the OnSlideShowPageChange() event at the presentation level to detect when the slide is changed …