Hi Rick. Try:
CDate converts the TextBox1 value (which is a string) into a date before adding 7 days.![]()
TextBox2 = Format(CDate(TextBox1) + 7, "m/d/yyyy")
HTH
Jason
Hi Rick. Try:
CDate converts the TextBox1 value (which is a string) into a date before adding 7 days.![]()
TextBox2 = Format(CDate(TextBox1) + 7, "m/d/yyyy")
HTH
Jason
Thank you Jason, I need to remember formatting.
Regards
Rick
Win10, Office 365
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks