View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
___Zoom[_2_] ___Zoom[_2_] is offline
external usenet poster
 
Posts: 11
Default Excel sound alert problem

I am having difficulties on implementing Excel sound alert function to
an XL application of mine. In my problem, I want to trigger the sound file
depending on the content of two cells (Sheet1's A1 and B1: which should have
10 suitable pairs for triggering). Furthermore, I want to bound the process
of checking these cells content to a automatic check of system time of my
PC. The system clocked should be checked every munite and if the conditions
are met for Sheet1 A1 and Sheet1 B1 then the sound file be played. Can
anyone help me with this please?
I can get into more detail if any group member is interested...TIA