Can anyone help with this? I would like vba to play a specified mp3 file. Code:
Private Sub Playfile
playfile ("c:\myfile.mp3")
End sub
Obviously the above is not working, and I know I need to create a function called playfile, but I have little idea how to start. Does anyone know how to do this?
Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools:
Private Sub Playfile
playfile ("c:\myfile.mp3")
End sub
Obviously the above is not working, and I know I need to create a function called playfile, but I have little idea how to start. Does anyone know how to do this?
Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools: