#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Sounds

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Sounds


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Sounds

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW DO I PUT SOUNDS IN EXCEL Kellsangel1952 Excel Discussion (Misc queries) 2 May 8th 07 05:11 PM
Sounds paulport Excel Discussion (Misc queries) 2 March 28th 07 01:02 AM
msgbox sounds joeeng Excel Programming 3 September 27th 06 09:36 PM
why does it sounds every minute?-Help please J_J[_2_] Excel Programming 10 February 23rd 05 07:33 PM
Sounds in Excel J. Vandenberg Excel Programming 5 September 29th 03 03:46 PM


All times are GMT +1. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"