Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Makes a sound using the computers built-in speaker

Sub beep()     DoCmd.Beep() End Sub