Continue Macro Execution While Playing a .WAV File (107690)
The information in this article applies to:
- Microsoft Excel for Windows 5.0
This article was previously published under Q107690 SUMMARY
The APPLICATION.SOUND.PLAY() or SOUNDNOTE.PLAY functions allow a
macro to execute and play wave(.WAV) files. When you use these
functions in a macro, Microsoft Excel must wait for the entire sound
file to play before it can run the rest of the macro.
You can use the following
- The Declare Functions,
-and-
- Microsoft Windows version 3.1(which includes MultiMedia Extensions),
-and-
- A sound card (such as the Windows Sound System or MediaVision's Pro
Audio Spectrum),
to play the sound file with a macro. When you play the sound file in
this manner, the macro will not have to wait for the wave file to
finish playing. As soon as MultiMedia Extensions takes over playing
the sound file, Microsoft Excel continues to execute the rest of the
macro.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbprb kbProgramming KB107690 |
---|
|