View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Billy B Billy B is offline
external usenet poster
 
Posts: 54
Default Getting values in row and advancing

I have a worksheet with four columns of data. I want to loop through rows,
starting at A5 and get the values (and assign to variables) from column1, 2,
3 and 4 respectively then advance to the next row untile all four cells in
the row are blank.

Help would be greatly appreciated.