Is there a way to make Excel VBA produce a beep sound? I want the one that is produced in most Window's programs when an error occurs. Dunno what the VBA command is but the code would generally look like this:
VB Code:
Sub Produce_Beep() Sound.Beep MsgBox "An error has occured!" End Sub
You get the idea!Anyone know how to do this?
Cheers
-Rob


Anyone know how to do this?
Reply With Quote


