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 correctly. It could even be written as if cell N9 is < cell B29. B29 being the current date on my sheet. Range O9 is a check box.
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 correctly. It could even be written as if cell N9 is < cell B29. B29 being the current date on my sheet. Range O9 is a check box.