Forum Discussion

DaCrab_101's avatar
DaCrab_101
Copper Contributor
Nov 06, 2021
Solved

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.  
  • HansVogelaar's avatar
    Nov 06, 2021

    DaCrab_101 

    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.