Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How can I make a sound alert using macro in Excel! (But not use speaker)


I want to make a sound alert. But It not use the external speaker (Bee
function can do this).
Is there anyone know any Macro function in Excel can do this?
Thank you

+----------------------------------------------------------------
| Attachment filename: jig.gif
|Download attachment: http://www.excelforum.com/attachment.php?postid=378485
+----------------------------------------------------------------

--
~~ Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default How can I make a sound alert using macro in Excel! (But not use speaker)

Hi bookworm98,

As far as I know, VBA has only BEEP sound.


--
Kind Regards
Colo
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Colo of 'The Road of The Cell Masters' :)

URL:http://www.interq.or.jp/sun/puremis/...astersLink.htm


/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


"bookworm98" wrote in message
...

I want to make a sound alert. But It not use the external speaker (Beep
function can do this).
Is there anyone know any Macro function in Excel can do this?
Thank you!


+----------------------------------------------------------------+
| Attachment filename: jig.gif |
|Download attachment:

http://www.excelforum.com/attachment.php?postid=378485|
+----------------------------------------------------------------+

---
~~ Message posted from http://www.ExcelForum.com/


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default How can I make a sound alert using macro in Excel! (But not use speaker)

You can do something like:
Private Sub PlaymySound()
Call PlaySound("c:\whatever.wav", 0&, SND_ASYNC Or SND_FILENAME)
End Sub

see
http://support.microsoft.com/default...NoWebContent=1
for more info

HTH
Phil


"bookworm98" wrote in message
...

I want to make a sound alert. But It not use the external speaker (Beep
function can do this).
Is there anyone know any Macro function in Excel can do this?
Thank you!


+----------------------------------------------------------------+
| Attachment filename: jig.gif |
|Download attachment:

http://www.excelforum.com/attachment.php?postid=378485|
+----------------------------------------------------------------+

---
~~ Message posted from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default How can I make a sound alert using macro in Excel! (But not use speaker)

Hi Phillips,

I believe wav file needs external speaker...what I wrote may wide of the
mark.


--
Kind Regards
Colo
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Colo of 'The Road of The Cell Masters' :)

URL:http://www.interq.or.jp/sun/puremis/...astersLink.htm


/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


"bookworm98" wrote in message
...

I want to make a sound alert. But It not use the external speaker (Beep
function can do this).
Is there anyone know any Macro function in Excel can do this?
Thank you!


+----------------------------------------------------------------+
| Attachment filename: jig.gif |
|Download attachment:

http://www.excelforum.com/attachment.php?postid=378485|
+----------------------------------------------------------------+

---
~~ Message posted from http://www.ExcelForum.com/


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How can I make a sound alert using macro in Excel! (But not use speaker)

Thanks all a ton. NotwithStanding all your answers didn't solve my
problem. But I found it my way. Anyway thanks


---
Message posted from http://www.ExcelForum.com/



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How can I make a sound alert using macro in Excel! (But not use speaker)

Thanks all a ton. NotwithStanding all your answers didn't solve my
problem. But I found it my way. Anyway thanks


---
Message posted from http://www.ExcelForum.com/

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
Activating a sound alert on cell value Sebastian Flyte Excel Discussion (Misc queries) 0 December 28th 09 04:12 PM
How do I create a sound alert in excel spreadsheet shaun t Excel Discussion (Misc queries) 8 November 23rd 08 12:09 AM
sound alert from excel dan Excel Discussion (Misc queries) 0 June 26th 06 03:49 AM
Sound alert Antonio Excel Discussion (Misc queries) 3 May 30th 06 07:09 PM
sound only soundcard second output pair or voicemodem-speaker? Michel[_3_] Excel Programming 0 October 15th 03 01:16 PM


All times are GMT +1. The time now is 02:08 AM.

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

About Us

"It's about Microsoft Excel"