*Resolved* VBA 'Beep' Command?
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! :D Anyone know how to do this?
Cheers
-Rob
Re: *Resolved* VBA 'Beep' Command?
:D I got one for you then, make it beep without using the beep function. Make it play a wav file
that is the beep sound :afrog: