Makes a sound using the computer's built-in speaker. : Sound « Windows API « VBA / Excel / Access / Word






Makes a sound using the computer's built-in speaker.

 
Private Sub ge()
     Beep
End Sub

 

Related examples in the same category

1.Get return value from sound play function