R
Rich
Hello,
I want to use the Beep() to alert users about certain
messages but in my workstation I can't get a sound out of
it. But Beep works in VB6. What do I need to do?
Sub...
....
Beep()
For i = 0 to 100: Beep(): Next
MsgBox "testing"
....
No sound. Is it my workstation or do I need to do
something else?
Thanks,
Rich
I want to use the Beep() to alert users about certain
messages but in my workstation I can't get a sound out of
it. But Beep works in VB6. What do I need to do?
Sub...
....
Beep()
For i = 0 to 100: Beep(): Next
MsgBox "testing"
....
No sound. Is it my workstation or do I need to do
something else?
Thanks,
Rich