msgbox problem

Derek

Registered User.
Local time
Today, 04:55
Joined
May 4, 2010
Messages
234
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.

Code:
 MsgBox ("Review Date can not be earlier than DateSignedOff",vbCritical+vbOKOnly ,"Date Validation")

Thanks
 

Users who are viewing this thread

Back
Top Bottom