I am hoping someone could help me with this, or at least direct me to where I would find help.
I have a workbook with about 500,000 rows of data, I need the data divided up into workbooks each containing 300 rows of the data.
So I have one workbook with 500,000 rows, I need 1666 workbooks with 300 rows of data. I also would like to save them all in the same folder with a naming convention that counts up, i.e. "data1" "data2" data3".
I am not sure how this is possible but I am picturing some sort of macro that runs through the existing workbook,
1) opening a new workbook cutting the first 300 rows from the original document,
2) and pasting them in the new workbook,
3) saving as "data1".
Continuing on to the next 300 hundred:
4) opening a new workbook,
5) cutting the next 300 data rows form the original workbook,
6) pasting in the new one and
7) saving as "data2", and looping...
I am willing to pay for any assistance. Thank you for the assistance!
I have a workbook with about 500,000 rows of data, I need the data divided up into workbooks each containing 300 rows of the data.
So I have one workbook with 500,000 rows, I need 1666 workbooks with 300 rows of data. I also would like to save them all in the same folder with a naming convention that counts up, i.e. "data1" "data2" data3".
I am not sure how this is possible but I am picturing some sort of macro that runs through the existing workbook,
1) opening a new workbook cutting the first 300 rows from the original document,
2) and pasting them in the new workbook,
3) saving as "data1".
Continuing on to the next 300 hundred:
4) opening a new workbook,
5) cutting the next 300 data rows form the original workbook,
6) pasting in the new one and
7) saving as "data2", and looping...
I am willing to pay for any assistance. Thank you for the assistance!