Hey, I was wondering if anyone can come up with a macro for the following problem:
I have a spreadsheet with 2 textboxes on it. So a user can enter data within these textboxes as well as enter data in cells on the sheet.
Some users have asked to make it possible to tab out of a textbox after entering data in it. Is there a simple way to do this? I set the tabkeybehavior of the textboxes to false, but that's only the first step. It no longer tabs 5 spaces, but I still need to be able to select the next cell (or listbox).
I have a spreadsheet with 2 textboxes on it. So a user can enter data within these textboxes as well as enter data in cells on the sheet.
Some users have asked to make it possible to tab out of a textbox after entering data in it. Is there a simple way to do this? I set the tabkeybehavior of the textboxes to false, but that's only the first step. It no longer tabs 5 spaces, but I still need to be able to select the next cell (or listbox).