Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a button that when pressed, runs some pieces of code. I would
like to play a sound, beep whatever to call attention to a message box when displayed (because this code takes 10 hours to run!!) I would just like to make sure people read that message before running the code. Thank you Regards, Diane |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Diane,
Diane Alsing wrote: I have created a button that when pressed, runs some pieces of code. I would like to play a sound, beep whatever to call attention to a message box when displayed (because this code takes 10 hours to run!!) I would just like to make sure people read that message before running the code. You could use vbExclamation for the second argument to the MsgBox function: MsgBox "This is a test.", vbExclamation, "Test Title" -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Even better - thank you!
"Jake Marx" wrote: Hi Diane, Diane Alsing wrote: I have created a button that when pressed, runs some pieces of code. I would like to play a sound, beep whatever to call attention to a message box when displayed (because this code takes 10 hours to run!!) I would just like to make sure people read that message before running the code. You could use vbExclamation for the second argument to the MsgBox function: MsgBox "This is a test.", vbExclamation, "Test Title" -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Beep on greater than zero | New Users to Excel | |||
BEEP | Excel Discussion (Misc queries) | |||
turn off beep | Excel Discussion (Misc queries) | |||
I want to *beep* *beep*!!!! | Excel Programming | |||
I want to *beep* *beep*!!!! | Excel Programming |