Please help with the following as i am running into a brick wall here. i am writing a spread sheet for daily engine maintenance. I have already gotten if service due by hours working properly with the following code.
Private Sub Worksheet_Calculate()
If Range("G9").Value < 25 And...