Leandro Fernandes
New Member
- Joined
- Jul 25, 2015
- Messages
- 1
Hello guys,
Inside a userform I am setting a multipage page with multiple textboxes (lets assume 3 textboxes) and I would like to press the Tab key on the last textbox and make it focus the first textbox (so that I can type inside the first textbox). For kicks these textboxes are added dynamically to the userform multipage.
Is it possible to achieve this behavior without having to resort to a variable that identifies which is the first textbox and messing with the KeyDown event of the last textbox?
Inside a userform I am setting a multipage page with multiple textboxes (lets assume 3 textboxes) and I would like to press the Tab key on the last textbox and make it focus the first textbox (so that I can type inside the first textbox). For kicks these textboxes are added dynamically to the userform multipage.
Is it possible to achieve this behavior without having to resort to a variable that identifies which is the first textbox and messing with the KeyDown event of the last textbox?