I don't know if this needs to use VBA at all-- if I want to make sure
that once a user enters anything other than blank in a cell in column
B, say B17, then right after he/she presses the ENTER key, I want the
cursor to jump to column A (in this case, that is A17) and wait for
him/her to enter something other than blank. If he/she enters nothing
and tries to leave the cell, an error message dialog box would pop up
and prohibits the user to leave.
Can I do this at all with or without using VBA?