View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Duncan[_5_] Duncan[_5_] is offline
external usenet poster
 
Posts: 290
Default Finding a cell, selecting the one down

Sorry, when I typed that I didnt give you the line

ActiveCell.Offset(1, 0).Range("A1").Select

That will move one cell downwards, I keep a little slip of paper saying
-1,-1 = up and left, 1,1 = down and right. Just to help me remember
which way goes where!

HTH

Duncan