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.
- Nov 06, 2021
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.
HansVogelaar
Nov 06, 2021MVP
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_101
Nov 07, 2021Copper Contributor
Thank you. I suspected as much.