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.
|