TheRobster
Apr 12th, 2005, 06:27 PM
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:
Sub Produce_Beep()
Sound.Beep
MsgBox "An error has occured!"
End Sub
You get the idea! :D Anyone know how to do this?
Cheers
-Rob
Sub Produce_Beep()
Sound.Beep
MsgBox "An error has occured!"
End Sub
You get the idea! :D Anyone know how to do this?
Cheers
-Rob