Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a "do until" macro which can take a _very_ long time to terminate. How can I produce an audible indication that it has finished.? Thanks Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Beep -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Mike" wrote in message Hello, I have a "do until" macro which can take a _very_ long time to terminate. How can I produce an audible indication that it has finished.? Thanks Mike |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just use the word Beep something like this...
do 'whatever Loop Until This = That Beep If you wnat something fancier in the way of a sound there are some failry simple API's that allow you to play wav files and such... -- HTH... Jim Thomlinson "Mike" wrote: Hello, I have a "do until" macro which can take a _very_ long time to terminate. How can I produce an audible indication that it has finished.? Thanks Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I PUT SOUNDS IN EXCEL | Excel Discussion (Misc queries) | |||
Sounds | Excel Discussion (Misc queries) | |||
msgbox sounds | Excel Programming | |||
why does it sounds every minute?-Help please | Excel Programming | |||
Sounds in Excel | Excel Programming |