Code snippet for PowerPoint
Solved
Anonymous user
-
eriiic Posted messages 24581 Registration date Status Contributeur Last intervention -
eriiic Posted messages 24581 Registration date Status Contributeur Last intervention -
Hello,
I would need a piece of VBA code that would allow me to switch to a hidden slide.
For example: I'm on slide 1, I click a button, and I go to slide 4, which is hidden.
Thank you in advance for your responses.
Have a nice day.
--
V. Komarov
I would need a piece of VBA code that would allow me to switch to a hidden slide.
For example: I'm on slide 1, I click a button, and I go to slide 4, which is hidden.
Thank you in advance for your responses.
Have a nice day.
--
V. Komarov
3 réponses
Hello,
This is indeed the right line of code, the problem is the permissions to run the macros. Moreover, they will not run in a simple viewer.
Do it this way instead:
'insert / shapes / action buttons / custom action button'
then:
and choose your slide.
Eric
P.S: save as pptx
By trying continuously, we eventually succeed.
So the more it fails, the more chances we have that it works. (Shadok's motto)
In addition to the thank you (yes, it’s done!), remember to mark it as solved. Thank you
This is indeed the right line of code, the problem is the permissions to run the macros. Moreover, they will not run in a simple viewer.
Do it this way instead:
'insert / shapes / action buttons / custom action button'
then:
and choose your slide.
Eric
P.S: save as pptx
By trying continuously, we eventually succeed.
So the more it fails, the more chances we have that it works. (Shadok's motto)
In addition to the thank you (yes, it’s done!), remember to mark it as solved. Thank you
Have a good evening!
Eric