Morning,
I need to get a message box to appear if a cell value changes from a "O" to a "C" before 17:00 on any given day. After this time the message box does not need to appear.
So basically the VBA equivalent of if A1 value = "C" and Time<="17,0,0" then message box "A1 =C"
Any help would be appreciated.
I need to get a message box to appear if a cell value changes from a "O" to a "C" before 17:00 on any given day. After this time the message box does not need to appear.
So basically the VBA equivalent of if A1 value = "C" and Time<="17,0,0" then message box "A1 =C"
Any help would be appreciated.