BEEP macro

Sounds a tone. Use BEEP to signal a message, a dialog box, or the end of a macro, or whenever you need to get the user's attention.

Syntax

BEEP(tone_num)

Tone_num    is a number from 1 to 4 specifying the tone to be played.

 

Remarks

 

Related Functions

ALERT   Displays a dialog box and a message

MESSAGE   Displays a message in the status bar

Return to index