I'm having trouble doing a task that should be relatively straightforward but I can't seem to figure it out:
I have a row of data in a spreadsheet, and I want to take that row and copy it, and then insert it 20 rows down (insert that row and shift the existing data down a row). I then want to paste that row of data every 20th row for the next 1000 rows in the spreadsheet. Is there a Macro I can write that does this? I have a Macro to copy and insert the row once, but I haven't been able to loop it so that the row is pasted multiple places at once.
Thanks for your help!
I have a row of data in a spreadsheet, and I want to take that row and copy it, and then insert it 20 rows down (insert that row and shift the existing data down a row). I then want to paste that row of data every 20th row for the next 1000 rows in the spreadsheet. Is there a Macro I can write that does this? I have a Macro to copy and insert the row once, but I haven't been able to loop it so that the row is pasted multiple places at once.
Thanks for your help!