I have multiple textboxes in a userform and wish to enter text into a specific textbox with a command button.
For example: when the form is opened, textbox1 is "active" so when I click a button that text is displayed in textbox1. Then I click a "next" command button and textbox2 becomes active so when I click a button that text is displayed in textbox2. I click the "next" button and textbox3 becomes active, and so on.
I don't really know anything about VBA so I don't even know how to begin to research this on my own. I also apologize if I use any incorrect terminology.
Thanks so much.
For example: when the form is opened, textbox1 is "active" so when I click a button that text is displayed in textbox1. Then I click a "next" command button and textbox2 becomes active so when I click a button that text is displayed in textbox2. I click the "next" button and textbox3 becomes active, and so on.
I don't really know anything about VBA so I don't even know how to begin to research this on my own. I also apologize if I use any incorrect terminology.
Thanks so much.
Comment