Copy Cells Without Losing Data

LEKKERDING

New Member
Joined
Oct 6, 2002
Messages
7
Hi,

I have a problem. I want to copy cells from sheet1 to sheet2.
The following cells I want to be copied:

Sheet1 Cell "B17" to sheet2 Cell "A4"
Sheet1 Cell "R14" to sheet2 Cell "C4"
Sheet1 Cell "H12" to sheet2 Cell "E4"
Sheet1 Cell "H12" to sheet2 Cell "G4"

Now here comes the problem. I want to be able to do this once every week. And the cells, A4, C4, E4, G4 I don't want to lose those cells so I want those to be copied two rows lower, so that there will be one empty row. So they'll be copied to the cells, A6, C6, E6, G6. And then the next week that goes on again. From sheet1 to sheet2, from sheet2 Cells, A4, C4, E4, G4 to the cells, A6, C6, E6, G6 and the cells A6, C6, E6, G6 to A8, C8, E8, G8. And the week after that it goes on and on, so that I never lose any values. I hope someone can help me out. Thanks.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Easiest way I can think of is to turn on your macro recorder, go to sheet to and insert 2 rows (or just 2 cells in each of the 4 columns if you don't want the entire rows moved down), then copy the data from sheet 1 to sheet 2. Stop yor recorder and name the macro something meaningful. Save the sheet, then test it. If the results aren't exactly what you are after, close without saving and open the saved version. Then fix the macro.

F.T.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,264
Members
449,075
Latest member
staticfluids

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