A akenyom Mar 18, 2004 #2 I have been messing around for quite some time trying to enter it in th code to have it play when the code is ran, but I cannot figure it out
I have been messing around for quite some time trying to enter it in th code to have it play when the code is ran, but I cannot figure it out
W William Mar 18, 2004 #3 akenyom Try... Private Sub CommandButton1_Click() ThisWorkbook.FollowHyperlink Address:="C:\WINNT\MEDIA\DING.WAV" Unload Me End Sub -- XL2002 Regards William (e-mail address removed) | How does one add a sound (wav) when a button is clicked in a form? | | Thanks. | | | --- | Message posted |
akenyom Try... Private Sub CommandButton1_Click() ThisWorkbook.FollowHyperlink Address:="C:\WINNT\MEDIA\DING.WAV" Unload Me End Sub -- XL2002 Regards William (e-mail address removed) | How does one add a sound (wav) when a button is clicked in a form? | | Thanks. | | | --- | Message posted |