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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top