BAP,
you are looking for the offset function, Google that and it should lead you down the right road.
ex:
ActiveCell.Offset(1, 2).Select
first number is how many cells to move down, 2nd number is how many to move to the right. Negative integers for up or left.