In Excel, I want to play a sound when a particular cell exceeds a specific value.
Other than using the Worksheet_Change() function, is there a more "built-in" (i.e. more efficient) method of setting alerts on a particular cell (kind of like conditional formatting, but triggering a function instead)? I hate to have Worksheet_Change() fire every time a change in one of thousands of cells occurs when all I'm interested in is a handful of them if there's a better way (that I'm currently unable to find).
Other than using the Worksheet_Change() function, is there a more "built-in" (i.e. more efficient) method of setting alerts on a particular cell (kind of like conditional formatting, but triggering a function instead)? I hate to have Worksheet_Change() fire every time a change in one of thousands of cells occurs when all I'm interested in is a handful of them if there's a better way (that I'm currently unable to find).
