repeating macro

Frankeyy

New Member
Joined
Feb 25, 2014
Messages
1
Hi, i want to repeat this macro 2119 times, but from cell c5 it need to paste 5 rows down, so it has to past in C10, C15, C20 etc. until thats 2119 times done.

how can i do that?

this is the macro.

Range("C5").Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlToRight)).Select
Selection.Copy
Range("C10").Select
ActiveSheet.Paste
Application.CutCopyMode = False

Plz help
 
Ok. Is the selection range fixed? As in I notice you go from C5 down and right. Is this area fixed and if so what is that range? Also are you copying the same range every time or is the copy portion meant to change?
 
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