View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default sound or speech when a cell reach certain value

http://support.microsoft.com/default...b;en-us;213777
XL2000: How to Play Sounds Using Visual Basic for Applications

http://support.microsoft.com/default...b;en-us;158140
XL: How to Play Sounds Using Visual Basic for Applications

Use the calculate event to trigger the sound

See http://www.cpearson.com/excel/events.htm
if your are not familiar with events.

--
Regards,
Tom Ogilvy


"CC" wrote:

I've a macro that collect several data from others worksheet and I want be
alerted with sounds or with cell value usig excel speech whem certain cell
is graeter than certain value .

pls help