VinceF
Board Regular
- Joined
- Sep 22, 2007
- Messages
- 220
- Office Version
- 2016
- Platform
- Windows
Greetings,
Should this code work?
If yes, I'm getting a "Sub or function not Defined" error
If no, please advise as to what's wrong.
Thank You,
VinceF
Win10
Office365
Should this code work?
VBA Code:
Sub ClickSound()
Dim soundFile As String
soundFile = "C:\click.wav"
Call playSound(soundFile, 0)
End Sub
If yes, I'm getting a "Sub or function not Defined" error
If no, please advise as to what's wrong.
Thank You,
VinceF
Win10
Office365