How to loop on each row which is do not start from first row?

sk266186

New Member
Use for each loop in excel
and the use if in a loop like this.

if, give the condition e.g ExcelColumn(1)=First
then continue
else
now read the cell and it will continue from the 2nd row
 
Top