Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bob,
I tried to add sound to the following excel program however I keep on getting an error message saying "Sub or Function not defined". Can you help? Private Sub Worksheet_Calculate() Static prevValue If Range("I1").Value prevValue Then PlayWavFile "C:\Windows\Media\Windows XP Print complete" prevValue = Range("I1").Value End If End Sub 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 |