Â
Hi, I need an immediate help. Is there any special software with audible reminders excel? If you have please send the download link. And send some helping tutorial explanations for how to use that software, Special features, Main advantages and disadvantages.
Special software with audible reminders excel
Hi Allison,
I hope I can help you on these. You can play sound from excel file when any desired condition you have set have met. I am giving you an code snippet that will help you to get that desired behavior and the sound will be played by windows media player.
Here you go –
Dim excelSound
excelSound = Shell("C:Program FilesWindows Media Playerwmplayer.exe
c:sound.wav", vbHide)
I have taken into consideration that you have sound.wav file into C drive.
Thanks.