The Beep is is a WAV file, which is the default system sound.

Code:
Private Sub Command1_Click()

    Beep

End Sub