Move between slides using Macros

Joined
Aug 13, 2017
Messages
2
Reaction score
0
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).
 
Top