PC Review


Reply
Thread Tools Rate Thread

Can you stop a Msgbox from making a beep sound? Thanks.

 
 
kirkm
Guest
Posts: n/a
 
      2nd Jul 2009

 
Reply With Quote
 
 
 
 
Chris \Smitty\ Smith
Guest
Posts: n/a
 
      3rd Jul 2009

If I recall, the beep is setup in your system sounds (asterisk).

You can turn the sound off if you want.

Hope that helps,

"broro183" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> hi,
>
> I haven't experienced a beeping message box. When does the beep occur,
> is it:
> - when the message box is displayed?
> - or when the user presses a button on the message box?
>
> Can you view the macro code?
> Is the Msgbox line preceeded by a code line stating "Beep"?
> If so, delete the "Beep" statement.
>
> hth
> Rob
>
>
> --
> broro183
>
> Rob Brockett. Always learning & the best way to learn is to
> experience...
> ------------------------------------------------------------------------
> broro183's Profile:
> http://www.thecodecage.com/forumz/member.php?userid=333
> View this thread:
> http://www.thecodecage.com/forumz/sh...d.php?t=111964
>


 
Reply With Quote
 
Burnnie Holliday
Guest
Posts: n/a
 
      3rd Jul 2009

try:

Application.EnableSound = False

Just make sure to turn the property back to true after code execution, as
this turns off sound feedback for ALL Office applications.
--
Burnnie Holliday

--
Burnnie Holliday
Data Wrangler
 
Reply With Quote
 
kirkm
Guest
Posts: n/a
 
      4th Jul 2009
Thanks Guys.

Not really there yet though. How come broro183
doesn't hear it though? Speakers off ??

Sub TestMS()
Application.EnableSound = False
MsgBox "Done"
Application.EnableSound = True
MsgBox "Done again"
End Sub

A beep each time as the Msgbox appears.
Disabling Windows sound completely may be the only way
but seems a bit extreme.

Cheers - Kirk
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beep in a MsgBox M Skabialka Microsoft Access Forms 2 22nd Sep 2009 09:37 PM
turn off 'beep', msgbox? =?Utf-8?B?VFJN?= Microsoft Access VBA Modules 3 9th Feb 2006 10:53 PM
No Beep with MSGBOX Possible? fripper Microsoft VB .NET 6 21st Jan 2006 11:10 PM
Disk Boot Failure with beep-beep sound WaterWatcher DIY PC 3 15th Mar 2004 02:31 AM
Beep() not making a sound-how to fix? Rich Microsoft VB .NET 4 11th Feb 2004 04:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:33 AM.