DoCmd.Beep

Sound a beep tone through the computer’s speaker.

Syntax
      Docmd.Beep

The beep action doesn’t have any arguments.

You can also use the VBA command Interaction.Beep or the Visual Basic Beep statement to accomplish the same result.

Examples

DoCmd.Beep

“A careful driver is one who honks his horn when he goes through a red light” ~ Henry Morgan

Related

In PowerShell you can raise a beep with [console]::Beep()
Visual Basic: Beep


 
Copyright © 1999-2024 SS64.com
Some rights reserved