How to set an alarm in excel...

F

Fuzzy

i want to set an alarm in my sheet...
if A1=75%,"sound should go off", else be silent.....
 
S

Shane Devenshire

Hi,

Insert a sound object from the Clip Art gallary. Then record a macro when
you double-click it. Add an Worksheet_Change macro to trigger when A1 meets
your condition and runs the recorded macro.
 
Top