Hi: On my worksheet (Excel 2007), the user will be entering data in both cells and combo boxes. Each time he enters info in a cell, he hits enter and the cursor moves to the next cell; however, if there is a combo box positioned over a cell, I would like the cursor to move into the combo box in order for the user to enter at least the first letter without picking up the mouse and clicking.
I am assuming I need a change event on the previous cell, but I can't figure out what code to use. I tried setfocus, but that didn't work.
I am assuming I need a change event on the previous cell, but I can't figure out what code to use. I tried setfocus, but that didn't work.