I am having a problem on a UserForm that I am unable to solve.
TextBox 1 = 04/29
Textbox 2 needs to be 04/29 + whatever is typed.
If you do the code TextBox1.Value = Textbox2.Value, TextBox2 will show the value of TextBox1. However,TextBox2 will not allow you to type anything additional.
How do you get Textbox 2 to pick up the value of TextBox1 and allow you to type additional information?
Bookmarks