smccain1960
New Member
- Joined
- Jul 24, 2008
- Messages
- 1
I have created a userform to collect name and address information. The form consists of the following text boxes: name, st_add1, st_add2, st_add3, city, state, & zip.
If the user tabs out of any of the st_add text boxes, leaving it empty I want to place the cursor in the city text box. For example, if the user tabs out of st_add1, leaving it empty, I want to place the cursor in the city text box.
How do I accomplish this task? Setfocus will only skip one text box at a time.
I am using Excel 2007
If the user tabs out of any of the st_add text boxes, leaving it empty I want to place the cursor in the city text box. For example, if the user tabs out of st_add1, leaving it empty, I want to place the cursor in the city text box.
How do I accomplish this task? Setfocus will only skip one text box at a time.
I am using Excel 2007