Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50076

Paste contents of selected rows in sheet 2 after each row of sheet1

$
0
0
Surprised as I was the speed of my first question being answered i though i might pose another after another fruitless search

I have now 2 open sheets in the same workbook
sheet 1 contains 549 rows of data but after each row I need to paste the contents of sheet2 Rows 1-57 (inclusive)


So the psudo code would be

for each row in sheet1
paste sheet2(rows 1-57)


once again I am sure there is a simple way around it but i keep getting it wrong

Thanks

Viewing all articles
Browse latest Browse all 50076

Trending Articles