Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is a macro written by someone before me:
Sub ding1() ' ' Ding Macro MultiBeep 5 Message End Sub Sub MultiBeep(numbeeps) For counter = 1 To numbeeps Beep Next counter End Sub Sub Message() MsgBox "Sorry, I have not been assigned yet!" End Sub The macro goes through the process but the dings are not audible. I was instructed to make this work, but I can't find any information on Beeps or Dings. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How do I keep the ding sound from playing when a message appears? | Excel Discussion (Misc queries) | |||
Read ".dll" files, the Macro "work flow" and the actual values of the variables when Macro is running | Excel Programming | |||
stop calculating and "ding" | Excel Discussion (Misc queries) | |||
Making "examp le" become "examp_le" in a string | Excel Programming |