Excel VBA Macro copy and paste to another sheet in single cell

Mr Sin

New Member
Joined
Sep 9, 2014
Messages
4
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.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,223,227
Messages
6,170,846
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top