Personally I just mute the volume. Another solution would be to tick the check box for "Provide Feedback With Sound" found under Tools, Options, General, if you wanted to tick this this programmatically:
[vba]Options.EnableSound = False[/vba]
Personally I just mute the volume. Another solution would be to tick the check box for "Provide Feedback With Sound" found under Tools, Options, General, if you wanted to tick this this programmatically:
[vba]Options.EnableSound = False[/vba]