Forum Discussion
DaCrab_101
Nov 06, 2021Copper Contributor
TYPE 1 DIGIT IN A CELL / EXCEL AUTOADVANCES TO NEXT CELL RIGHT
Working on a Digital Scorecard. Don't want to use Tab/Enter/Arrow Right.
I'm afraid this isn't possible. It would require VBA code, but VBA is disabled while the user is editing a cell. You can only run code after a cell has been edited, but by that time the user may have entered many digits.
2 Replies
I'm afraid this isn't possible. It would require VBA code, but VBA is disabled while the user is editing a cell. You can only run code after a cell has been edited, but by that time the user may have entered many digits.
- DaCrab_101Copper ContributorThank you. I suspected as much.