Good evening to all,
It is very nice to meet you! I would like your help for a vba code to do the following:
I have a workbook containing sheets A, B, C. All sheets have the column "Name" as their first column (there might be multiple lines with the same name).
I would like to split the files per unique name into multiple workbooks all containing the same sheets. I.e. one file would include only John's relevant rows in sheets A, B, C, the next file would only include Mary's etc. until there are individual workbooks for each of the entries of column "Name".
Could you please guide me a little bit or ideally provide a code for this?
Thank you very much!
It is very nice to meet you! I would like your help for a vba code to do the following:
I have a workbook containing sheets A, B, C. All sheets have the column "Name" as their first column (there might be multiple lines with the same name).
I would like to split the files per unique name into multiple workbooks all containing the same sheets. I.e. one file would include only John's relevant rows in sheets A, B, C, the next file would only include Mary's etc. until there are individual workbooks for each of the entries of column "Name".
Could you please guide me a little bit or ideally provide a code for this?
Thank you very much!