Hi,
I am trying to find a way to split a workbook with multiple sheets based on the value in cell A1.
Quick overview of my workbook, cell A1 has the store name, and the worksheet contains 2 reports for each store that I have. So essentially:
Sheet1 = Store1 ReportA
Sheet2 = Store1 ReportB
Sheet3 = Store2 ReportA
Sheet4 = Store2 ReportB
and so on.
I would like to split the workbook into multiple work books based on the store name (value of A1) and automatically save them to a folder. So one file for Store1 with its reports, another for Store2 with its reports, an so on.
Also, the sheet names are like the example above if using value in A1 is not an option.
Can someone please help on this, or possibly direct me to a solution for this?
Thanks.
I am trying to find a way to split a workbook with multiple sheets based on the value in cell A1.
Quick overview of my workbook, cell A1 has the store name, and the worksheet contains 2 reports for each store that I have. So essentially:
Sheet1 = Store1 ReportA
Sheet2 = Store1 ReportB
Sheet3 = Store2 ReportA
Sheet4 = Store2 ReportB
and so on.
I would like to split the workbook into multiple work books based on the store name (value of A1) and automatically save them to a folder. So one file for Store1 with its reports, another for Store2 with its reports, an so on.
Also, the sheet names are like the example above if using value in A1 is not an option.
Can someone please help on this, or possibly direct me to a solution for this?
Thanks.