View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
smartnhandsome smartnhandsome is offline
external usenet poster
 
Posts: 11
Default Looping through a Range in Excel

Can any one suggest a way to loop through an Excel worksheet rows till
i see a null in the contents of the cell Here is sort of pseudo code.

Start
Worksheet("sheet").cell(row,col) < ""
Worksheet("sheet").range(namedrange).value=Workshe et("sheet").range(namedrange).value
& worksheet("sheet").cell(row,col).value
end the loop