CitectVBA Programming Reference > CitectVBA Function Reference > Miscellaneous Functions > Beep

Beep

The Beep statement sounds a tone through the computer's speaker. The frequency and duration of the beep depends on the computer's hardware.

Syntax

Beep

Related Functions

SendKeys

Example

If (TestTag_1 <1) OR (TestTag_1 > 100) Then
Beep
Else
Startup_AN38.Value = TestTag_1
End If