You can use ...
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
'use this to play it...
PlaySound(Application.StartupPath & "\soundFile.wav", 0&, 0&)