Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I don't know if I should be posting on Google groups or here, so forgive me if I'm not following protocol. Anyway, can someone show me how to add/play a sound to the following: Private Sub Worksheet_Calculate() If Range("I1").Value 0 Then Beep 'or msgbox 'or play sound 'or send email 'or whatever End If End Sub You'll notice that there is a "Beep" in the program but it doesn't work. Cheers Carlton *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene | Excel Discussion (Misc queries) | |||
adding sound to an excel i.e. warning if data is negative | Excel Discussion (Misc queries) | |||
Adding an embedded sound? | Excel Discussion (Misc queries) | |||
This may sound stupid..... | Excel Programming | |||
merging excel program with tdc finance program | Excel Programming |