Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can someone help me..
I need to use VBA Excel to detect if a cell's value becomes greater or less than some prescribed values as a result of a calculation and play a sound whenever it happens. (If $B3 7 or < 5 ...Play a sound) The change_event works if I type the value into the cell but I cannot get it to work if the cells value changes as a result of a calculation. Please help Syd |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The Worksheet change event wo't trigger because of a cell change via
calculation. Try the Worksheet calculate event. -- Gary's Student "Syd" wrote: Can someone help me.. I need to use VBA Excel to detect if a cell's value becomes greater or less than some prescribed values as a result of a calculation and play a sound whenever it happens. (If $B3 7 or < 5 ...Play a sound) The change_event works if I type the value into the cell but I cannot get it to work if the cells value changes as a result of a calculation. Please help Syd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Convert Figures into Text in Excel | Excel Worksheet Functions | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions | |||
Spellnumber | Excel Worksheet Functions |