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...