I am a new vba programmer, and not very good yet. I am trying to make an excel2010 worksheet code that will allow me to input data into a highlighted cell and after I hit return, the highlight should move to the cell to the right, then after hitting return in that cell I want the cursor to move down a row and back 1 cell, then repeat....I've tried if/then loops, and for loops, but can't figure it out. I can get the input to move right by using Target.Offset(0, 1).Select
Bookmarks