I'm attempting to enter golf hole scores (range from 1 to 15) and would like a method to have the active cell to move one to the right for each valid entry.
So, if I enter 2 through 9 the cell to the right is activated, zero is ignored as the first entry, and two digit entries starting with 1 (10 to 15) also activate the cell to the right. 1 (a hole-in-one) would be a special case requiring a manual tab.
I'm guessing vba is the way to go but have no idea where to start.
Thanks
So, if I enter 2 through 9 the cell to the right is activated, zero is ignored as the first entry, and two digit entries starting with 1 (10 to 15) also activate the cell to the right. 1 (a hole-in-one) would be a special case requiring a manual tab.
I'm guessing vba is the way to go but have no idea where to start.
Thanks