i have about 11,000 rows of data in worksheet 'project'. the data is located in columns A through L.
within the 11,000 rows, there are approx. 150 changes in the data. the data changes in column A.
here is what i would like to write.....
for every change in A2, insert a worksheet, and rename the worksheet with the data contained in A2. copy and paste all the data from A2:L2 to A53:L53(example)into the newly created worksheet. only copy an paste the data until there is another change in Column A.
when there is another change in column A, go back to the 'project' worksheet and complete the process all over again, starting where the last copy and paste left off. Also, for every new worksheet inserted and named I always want to insert the header row from the 'project' worksheet which contains the column titles(A:L).
in the end.... i will hopefully have approx. 150 newly inserted and named worksheets within the one workbook, each containing different amounts of data, and all adding up to the 'project' worksheet.
within the 11,000 rows, there are approx. 150 changes in the data. the data changes in column A.
here is what i would like to write.....
for every change in A2, insert a worksheet, and rename the worksheet with the data contained in A2. copy and paste all the data from A2:L2 to A53:L53(example)into the newly created worksheet. only copy an paste the data until there is another change in Column A.
when there is another change in column A, go back to the 'project' worksheet and complete the process all over again, starting where the last copy and paste left off. Also, for every new worksheet inserted and named I always want to insert the header row from the 'project' worksheet which contains the column titles(A:L).
in the end.... i will hopefully have approx. 150 newly inserted and named worksheets within the one workbook, each containing different amounts of data, and all adding up to the 'project' worksheet.