View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Junkyard Engineer Junkyard Engineer is offline
external usenet poster
 
Posts: 18
Default Associating a sound to a MsgBox ?

I have this msgbox asking yes/no question. How can I associate a sound with
it ?


Answer = MsgBox("Do you want to continue ?", vbYesNo + 256 + vbQuestion,
"ATTENTION")
If Answer = vbNo Then Exit Sub