A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Yes, as you said you had some issues going on I wanted to give some time.
I will explain it step by step.
In the new template which you must be having from the link. If not, I have them here.
There is an additional column to capture the unique number. Earlier we used the unique number to search in wsSource file but did not bring the number into the file. In addition to that we use one unique number to filter the wsSource after populating the template for that unique number we save the file with the unique number as file name.
In the present scenario, we look for multiple unique numbers in the wsSource and bring the associated rows including the unique numbers.
So where do we get these unique numbers from? you might ask. I can either paste them in the template as shown below or keep them in a separate file if necessary.
As you can see from the above screenshot the loop for column A is decided based on the column C all unique numbers go in to one file for GEN1 and saved as MCR-GEN-Output sh A4 value-001_Category sheet E3 value.xls
Categories sheet follow the same process as followed in the previous macro. Except the column E will be filled with column B value in the above screenshot.
If its not clear let me which part needs to be explained.