The first column in Sheet1 will be a range of numbers in a series. I am taking that total amount of items in that column and using it as a variables so that my do while loop will repeatedly copy a range of columns until the rows are completely copied over.
The first two columns of Sheet1 will have varying numbers but the other columns will be consistently alike. I am missing a part for how to copy the range to a particular range on Sheet2. Can someone please help?
I've uploaded the example if that helps.![]()
Please Login or Register to view this content.
Thanks so much in advance.
EDIT: Line should have read:
qty = Worksheets("Sheet1").Cells(2, 6) ''Assign amount of id's from cell to variable
Also, F2 should have had a value of 12 in the spreadsheet.
Bookmarks