PDA

View Full Version : A presentatin + VBA + message boxes: How to let music play without interruptions?



cartagena
09-25-2014, 11:14 AM
Hi.
I created a presentation containing a VBA code that counts correct/ incorrect answers.

It works well. I added a background music. When I press one of the message boxes the music stops and continue after pressing OK. Is there a way to let the music play on while the message box appear?
When the message box appear there's also a sound which I don't want to be heard.
Thank you.

ranman256
09-25-2014, 01:10 PM
You have sound associated with msgbox. And if your are running the sound in the app, then it WILL stop when the code hits msgbox.
You must run the sound from an 'outside' app to be uninterupted.

cartagena
09-25-2014, 11:37 PM
Hi ranman256.
Thanks for your reply.

How can I run a sound from an 'outside' app?
I'm not familiar with that.

Thanks.