S Shawn Feb 4, 2009 #1 I need a simple VBA that will move the active cell to the A column in the same row.
M Mike H Feb 4, 2009 #2 Try this Cells(ActiveCell.Row, 1).Select Note it's unlikely you have to select the cell to do what you want. Mike
Try this Cells(ActiveCell.Row, 1).Select Note it's unlikely you have to select the cell to do what you want. Mike