View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul Mathews
 
Posts: n/a
Default 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.