How can I move from TextBox1 to TextBox2 after data has been entered from code?
I'm trying to move the cursor from TextBox1 which has the date from a userform "Calendar". I wish to move to "TextBox2" where data is manually entered. Attached is the latest test workings which work well except I can't go to TextBox2 without using the "ENTER" or "TAB" keys. Can anyone assist me with code to move the cursor? Tab-Test.xlsm
This solution was helpful but I needed more details. As a result I eventually found the solution required. Thanks for your guidence your support is appreciated.