Is it possible, in Excel or Excel-VBA, set a cell so that when the user digit two characters it automatically change to the next cell?
In my particular case, I want to create a excel form where the user do need to insert dates, so that each column works as day, month or year. For exemple, if the date to be inserted is 09/july/1977, the user insert only "09" in the first cell (the day column), then excel automatically changes to next cell (the month column), where the user digit "07", and finally excel changes automatically to the last cell (the year column), where excel shows a message automatically after the user digits "77".