powerpoint run macro every time presentation hits first slide
问题 I am have a macro running in my powerpoint presentation (2007) to update all of the linked excel data. The macro works perfectly if I run it manually but I am trying to set it to run automatically every time the presentation gets back to the first slide. I put the following code together after looking through a few similar questions here but it doesn't seem to work. Nothing happens when I hit slide 1. Sub OnSlideShowPageChange(ByVal SSW As SlideShowWindow) If SSW.View.CurrentShowPosition = 1