Turn off [Disable]Beep

  • Thread starter Thread starter Jim May
  • Start date Start date
J

Jim May

In connection with a looping message box showing records,
how can I "turn-off" the annoying beep that precedes each.

I tried Application.EnableSound = False without success!!

Help appreciated,
 
My guess is that looping messageboxes, needing to be OKed away one after
another, are at least just as annoying as the ding.wav soundtrack to it.
Consider another solution to communicate with your user, perhaps all results
in a single list.

The sound is a Windows setting. You might code it away and back with some
API code, or (imo better) create a userform and display your stuff there.

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top