Thread
:
Associating a sound to a MsgBox ?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Junkyard Engineer
external usenet poster
Posts: 18
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
Reply With Quote
Junkyard Engineer
View Public Profile
Find all posts by Junkyard Engineer