How can I add sound to a macro button in excel?

J

Jim Thomlinson

simplest

Sub test()
Beep
End Sub

If you want to play a wav file that is also possible with a little work.
 
Top