Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can you stop a Msgbox from making a beep sound? Thanks.



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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can you stop a Msgbox from making a beep sound? Thanks.


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" wrote in message
...

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Can you stop a Msgbox from making a beep sound? Thanks.


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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add sound ( beep ) if cell content changes in live data Bhavana Excel Discussion (Misc queries) 1 August 28th 08 07:55 PM
Sound / Beep function from within VB or Excel VBA tomcee Excel Programming 3 October 17th 07 01:26 AM
Beep Change The Sound Bob Excel Discussion (Misc queries) 0 July 6th 06 11:56 PM
Beep or Make Sound after Calcing [email protected] Excel Programming 1 February 9th 05 12:53 AM
How BEEP on internal speakers, not on sound-card? Michel[_3_] Excel Programming 4 October 15th 03 12:51 PM


All times are GMT +1. The time now is 02:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"