Thread: msgbox sounds
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
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