RAYLWARD102
Well-known Member
- Joined
- May 27, 2010
- Messages
- 529
I've run into this before and it drives me nuts! I have a userform with many textboxes, buttons and labels on it.
If I select all of these objects and set the tab stop to "false", and then only click on textbox1 and select tab stop = "true"; shouldn't i be able to add a line to the ending code of every button like, "textbox1.setfocus" to return the focus to the textbox1 field?
Apparently not! This blows me away!
If I select all of these objects and set the tab stop to "false", and then only click on textbox1 and select tab stop = "true"; shouldn't i be able to add a line to the ending code of every button like, "textbox1.setfocus" to return the focus to the textbox1 field?
Apparently not! This blows me away!