Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 90
Default make a sound when a certain value is reached in a specific cell

I would like to have a sound generated when a sum in a specific cell is been
surpassed
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default make a sound when a certain value is reached in a specific cell

Right click on sheet tab, view code, paste this in.

Private Sub Worksheet_Calculate()
If Range("A2").Value 5 Then Beep
End Sub

Modify as needed.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"chuck" wrote:

I would like to have a sound generated when a sum in a specific cell is been
surpassed

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
Remove Characters Until a Specific Character is Reached Frosty 1234 Excel Worksheet Functions 8 April 4th 23 12:50 PM
How can you make the Find function stop when it reached the end kikilein Excel Discussion (Misc queries) 1 February 3rd 07 02:50 PM
How to make a cell trigger a Sound in Excel justice Excel Worksheet Functions 3 July 11th 06 10:22 AM
how do i make a sound in XL whenever certain numbers are reach? sounds in excel Excel Discussion (Misc queries) 0 April 12th 06 08:26 PM
How do I make a cell date specific to input a value on a specific. ebuzz13 Excel Discussion (Misc queries) 1 January 18th 05 05:53 PM


All times are GMT +1. The time now is 07:02 PM.

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"