Macro to copy cells from one column to multiple sheets

jonathansd

New Member
Joined
Jun 20, 2014
Messages
10
Hi guys,
I need to create a macro to copy cells from a column to multiple sheets. For example, i need to copy
A1 from sheet0 to sheet1,
A2 from sheet0 to sheet2,
A3 from sheet0 to sheet3 etc
What i need to do is sort of a reverse summary
I need to do this for 1000 sheets. I am using Excel 2013
Hope you guys can help.
 
The macro works great to copy the data into .cells(2, 2).
I can not seem to get it to write data into .cells(2, 3) which is B3
The macro runs, but no changes are made
 
Upvote 0
you are welcome. but remember when a macro is give by somebody to you, you should go through the code statements one by one and edit them to suit your needs.
 
Upvote 0

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