I am working with a worksheet (Sheet1), which has a ID column. I need to copy repeatedly copy value in ascending order in single column (i.e. column A) to another sheet (A2). For example, Copy Sheet1 A2 to Sheet2 A2, then "End For" to run other macro code and loop this process again; Copy Sheet1 A3 to Sheet2 A2 then run; Copy Sheet1 A4 to Sheet 2 A2 then run other macro.......so and so..
it contain thousand row. I am new to Excel vba,is there any <acronym title="visual basic for applications">vba</acronym> code could help on this problem.
Thanks in advance.
it contain thousand row. I am new to Excel vba,is there any <acronym title="visual basic for applications">vba</acronym> code could help on this problem.
Thanks in advance.