create a pop-up alert when a condition is reached in excel
You might try something like this:
If PutConditionHere Then MsgBox "Condition has been reached", vbOKOnly,"Alert"
"Crazy Horse" wrote:
How does one create a pop-up or e-mail alert when a condition is reached in
excel.
|