dreid1011
Well-known Member
- Joined
- Jun 4, 2015
- Messages
- 3,614
- Office Version
- 365
- Platform
- Windows
Good afternoon,
I have a userform with multiple tabs in a multipage object. I completed the project, and all was working as intended. On each tab, there are multiple textboxes that feed into corresponding listboxes via the textbox exit event. Since completing the project, I decided to add two additional tabs to the multipage object without adding all the textboxes for those tabs, and then found out from a coworker that the textboxes on one of the original tabs were no longer responding to Enter/Tab to trigger the exit event. Since then, I have removed the two new tabs and thought that it had fixed the issue. Now, the same coworker is still having the same issue. At one time I had experienced this issue on my machine before removing the new tabs, but since removing them, I cannot replicate the bad behavior.
Does anyone have any insight as to why the textbox exit event would not be responding to the Enter or Tab keys? Possible hardware issue? Manually clicking into another textbox will trigger the event as intended.
If code is required, let me know. There are multiple subs for this userform being that there are 5 tabs with many textboxes.
Any help is much appreciated.
Please and thank you.
I have a userform with multiple tabs in a multipage object. I completed the project, and all was working as intended. On each tab, there are multiple textboxes that feed into corresponding listboxes via the textbox exit event. Since completing the project, I decided to add two additional tabs to the multipage object without adding all the textboxes for those tabs, and then found out from a coworker that the textboxes on one of the original tabs were no longer responding to Enter/Tab to trigger the exit event. Since then, I have removed the two new tabs and thought that it had fixed the issue. Now, the same coworker is still having the same issue. At one time I had experienced this issue on my machine before removing the new tabs, but since removing them, I cannot replicate the bad behavior.
Does anyone have any insight as to why the textbox exit event would not be responding to the Enter or Tab keys? Possible hardware issue? Manually clicking into another textbox will trigger the event as intended.
If code is required, let me know. There are multiple subs for this userform being that there are 5 tabs with many textboxes.
Any help is much appreciated.
Please and thank you.