businessman
Registered User.
- Local time
- Today, 06:13
- Joined
- Jun 19, 2006
- Messages
- 79
So this is probably an easy question but, I want to have a message box that will pop up and tell the user how many days are left until the due date of an issue. I can get the number of days by using
but how do i get it to display that date and some text after it as well so it will say " 63 days left til completion" instead of just "63"?
Code:
MsgBox DateDiff("d", Date, [CriticalDate]), vbCritical
but how do i get it to display that date and some text after it as well so it will say " 63 days left til completion" instead of just "63"?