when we are going to do a loop in the rows, we can use code like the following:
i = 1 Do Range(\"E\" & i & \":D\" & i).Select i = i + 1 Loo
Just use the Cells function and loop thru columns. Cells(Row,Column)