Move cursor to specific textbox
Hi all,
How can i make sure the cursor from textbox A go to textbox C, not textbox B? In every textbox of my userform, there is a procedure where textbox will be disabled once data entered, to make sure no alteration.
But after entered current textbox, the cursor jump to other textbox randomly. I got more than 50 textboxes in one form and this will annoy user everytime they want to key in data. I need it to move to the next textbox automatically after user press "Enter" button on keyboard, so that user can enter next data easily, without have to click with mouse.
Any help are most welcome....
Thanks!!
|