R
rocky 123
hello there,
I have created a system where =TODAY() brings up the correct date i
cell "A1", in cell "C1" a date is put in by the user. When the date i
cell "A1" is the same as "C1", then a messege box shows as a reminder
This works correctly. This is the code for it...
Range("A1").Select
If ActiveCell = Range("C1").Value Then
MsgBox "Date has reached"
End If
However when the word 'YES' is typed into cell "E1", I do not want thi
message box to come up when the dates match, can anybody please give m
some advice on how to do this part please?
Thankyou very much
Rocky
I have created a system where =TODAY() brings up the correct date i
cell "A1", in cell "C1" a date is put in by the user. When the date i
cell "A1" is the same as "C1", then a messege box shows as a reminder
This works correctly. This is the code for it...
Range("A1").Select
If ActiveCell = Range("C1").Value Then
MsgBox "Date has reached"
End If
However when the word 'YES' is typed into cell "E1", I do not want thi
message box to come up when the dates match, can anybody please give m
some advice on how to do this part please?
Thankyou very much
Rocky