Hi All
What's the problem in the below msgbox line. Can't figure it out. It comes up in red line in vba code. Don't know what I have done wrong in this.
Thanks
What's the problem in the below msgbox line. Can't figure it out. It comes up in red line in vba code. Don't know what I have done wrong in this.
Code:
MsgBox ("Review Date can not be earlier than DateSignedOff",vbCritical+vbOKOnly ,"Date Validation")
Thanks