Hello
I wonder if somebody could help me please. I am using the code below to play an mp3 file but it displays the mp3 file on screen (in front of the workbook). Is there a way to play the mp3 file without displaying it or to position it behind the workbook out of site?
Any help much appreciated!
thanks,
Iain
I wonder if somebody could help me please. I am using the code below to play an mp3 file but it displays the mp3 file on screen (in front of the workbook). Is there a way to play the mp3 file without displaying it or to position it behind the workbook out of site?
VBA Code:
CreateObject("Shell.Application").ShellExecute "C:\Users\gladwell_ir\OneDrive - Pfizer\Desktop\boat.mp3"
Any help much appreciated!
thanks,
Iain