View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hon123456 hon123456 is offline
external usenet poster
 
Posts: 31
Default How to Loop and Read the Cell until the end of worksheet

Dear all,

Suppose I have three columns of Data. Now I want to read
the first column and third
column. How can I write VBA code to loop the first column and third
column till the end of the
worksheet.? Here are my questions: How to determine there is an end in
worksheet?
How to loop the first column and third column cell by cell. Thanks.