AnOddExperiment
Registered User.
- Local time
- Today, 05:58
- Joined
- Dec 10, 2007
- Messages
- 20
Hi everyone, hopefully this one is easy for you all.
so if I have the follow code that works great...
and I want tomorrow's date saved to a variable as a string, how do I do that?
sadly there is no Tomorrow() function
so if I have the follow code that works great...
Code:
Dim strDate as String
strDate = Date
and I want tomorrow's date saved to a variable as a string, how do I do that?
Code:
Dim strDate as String
Dim strTomorrow as String
strDate = Date
strTomorrow = ???
sadly there is no Tomorrow() function
