I am sure this has been answered before, therefore I apologize in advance. Can someone please assist me in a macro code under Worksheet_calculate to simply write.
If Range("N9") < Now() And Range("O9").value = False then
MsgBox "xxx xxx"
End If
It seems simple yet I can not come up with it...