Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default msgbox sounds

I notice that when a msgbox is displayed, it plays a sound to alert the user.
Example:
Msgbox "Message"

However, when an answer is requested:

Answer = msgbox(prompt:="Get a response",buttons:=vbyesno)

the msgbox does not play a sound. Is there a way to get the answer msgbox
to play an alert sound?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default msgbox sounds

Add the sound...
Beep
Answer = msgbox(prompt:="Get a response",buttons:=vbyesno)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"joeeng"
wrote in message
I notice that when a msgbox is displayed, it plays a sound to alert the user.
Example:
Msgbox "Message"
However, when an answer is requested:
Answer = msgbox(prompt:="Get a response",buttons:=vbyesno)
the msgbox does not play a sound. Is there a way to get the answer msgbox
to play an alert sound?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default msgbox sounds

beep
answer = msgbox(....



joeeng wrote:

I notice that when a msgbox is displayed, it plays a sound to alert the user.
Example:
Msgbox "Message"

However, when an answer is requested:

Answer = msgbox(prompt:="Get a response",buttons:=vbyesno)

the msgbox does not play a sound. Is there a way to get the answer msgbox
to play an alert sound?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default msgbox sounds

Thanks,
That works. I knew it had to be something simple like that.

"Jim Cone" wrote:

Add the sound...
Beep
Answer = msgbox(prompt:="Get a response",buttons:=vbyesno)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"joeeng"
wrote in message
I notice that when a msgbox is displayed, it plays a sound to alert the user.
Example:
Msgbox "Message"
However, when an answer is requested:
Answer = msgbox(prompt:="Get a response",buttons:=vbyesno)
the msgbox does not play a sound. Is there a way to get the answer msgbox
to play an alert sound?

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 DO I PUT SOUNDS IN EXCEL Kellsangel1952 Excel Discussion (Misc queries) 2 May 8th 07 05:11 PM
Sounds paulport Excel Discussion (Misc queries) 2 March 28th 07 01:02 AM
Excel Sounds donpauleon Excel Discussion (Misc queries) 2 July 25th 06 07:49 AM
why does it sounds every minute?-Help please J_J[_2_] Excel Programming 10 February 23rd 05 07:33 PM
Sounds in Excel J. Vandenberg Excel Programming 5 September 29th 03 03:46 PM


All times are GMT +1. The time now is 02:01 PM.

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"