VBA to play audio in powerpoint

Dean76

New Member
Joined
Apr 17, 2016
Messages
37
VBA gurus I need your help!

I have an audio file in a powerpoint slide that I need to run by vba - does anyone know how to do it? Searching internet has proven fruitless, so don't know if it is possible?

I have 5 different triggers on the slide that can be completed in any order and I need the audio to run after the 5th trigger has been activated - I have all the code written and ready for this and it's all working - it's just the code that signals 'play' that I cannot find!

The sort of line i am looking for is -

ActivePresentation.Slides(24).Shapes("Recorded Sound").Play

but that obviously is too simple and doesn't work......

Appreciate any help
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
UPDATE :- I've found a work-around, I've duplicated the slide and move to next slide via VBA then have the audio automatically start in animation sequence - however if anyone does have an answer to this it will still help!
 
Upvote 0

Forum statistics

Threads
1,215,053
Messages
6,122,882
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top