Hello,
I am trying to create a code that when values in cells "g10:g13" goes below a specific number, a msg box pops up. I used the below.
Private Sub Worksheet_Calculate()
If Range("g10").Value < 352 Then
MsgBox "T2 Low Stop Approaching! "
End If
If Range("g11").Value < 362 Then
MsgBox "T3 Low...