Disable Error Sound

D

David Wetmore

Is there an easy way to disable the depressing "clank" that accompanies some errors? I am thinking specially of a "not
in list' error.

Thanks

Dave W.
 
M

Marshall Barton

David said:
Is there an easy way to disable the depressing "clank" that accompanies some errors? I am thinking specially of a "not
in list' error.


Unless you have programmed it in your code, those sounds are
defined in Windows Control Panel - Sounds. Change it to
whatever you want, but remember that is a system wide
setting.

Probably a better alternative is to use the NotInList event
to deal with it. Check VBA Help for details.
 
Top