Hi,

Could anyone help please. What i want to do is to work on data from each row. basically to return cell values into txtbox from row 1 and then run some other macros and move to next row. something like: txtbx1 = a1 txtbx2 = b1 then call some macros and go to next row: txtbx1 = a2 txtbx2 = b2 and call some macros and carry on this until empty row found. Have not got any code written yet on this.