Capt_Antihero
New Member
- Joined
- Jun 16, 2014
- Messages
- 14
Hello,
I have a really simple problem that I need help with regarding dates on my userform.
TextBox1 = a date (which I need in mm/dd/yyyy format)
TextBox2 = a number (30 as an example - this is number of days)
Textbox3 = the date in Textbox1 + the number in Textbox2
So textbox3 will have a date in the format of mm/dd/yyyy and would be 30 days in advance of the date listed in textbox1
I'm not a novice so I'm frustrated that I can't get this to work - please help!
I have a really simple problem that I need help with regarding dates on my userform.
TextBox1 = a date (which I need in mm/dd/yyyy format)
TextBox2 = a number (30 as an example - this is number of days)
Textbox3 = the date in Textbox1 + the number in Textbox2
So textbox3 will have a date in the format of mm/dd/yyyy and would be 30 days in advance of the date listed in textbox1
I'm not a novice so I'm frustrated that I can't get this to work - please help!