Hi All,

I'm playing an embedded .WAV object in my file. It works as expected, except I would like to wait for the sound to be played before moving on in my code.

If the OLEObject had a "busy" property, then this would work:

Please Login or Register  to view this content.
Any idea how to tell if the sound has stopped playing?

I don't want to use the sndPlaySound32 API call (which supports synchronous play), because that requires me to send the .WAV files along with the workbook.

Thanks!