When you want to change slides in powerpoint using macros, you use the following code:
"ActivePresentation.SlideShowWindow.View.GotoSlide (XX)".
What if there are multiple actions attached to the object (picture/tab/text). I want to count the number of times the object is hit and also change slides. there are multiple objects on the same slide. All the objects should function the same way (count the # of times it is hit + change the slide as per the code mentioned above).
"ActivePresentation.SlideShowWindow.View.GotoSlide (XX)".
What if there are multiple actions attached to the object (picture/tab/text). I want to count the number of times the object is hit and also change slides. there are multiple objects on the same slide. All the objects should function the same way (count the # of times it is hit + change the slide as per the code mentioned above).