Hi,
I have an excel sheet that contains finance information for several cost centers. What I need to do is, filter each cost center, copy the information to a new workbook and save the new workbook. For example, if there are 15 cost centers in my file, I need to filter the data 15 times and copy paste into a new workbook.
Is there any way to automate this using VBA?
What I basically need is individual workbooks for each cost center to be created using the consolidated file. Note, there are multiple rows for each cost center, and cost center names are in column B of the data sheet.
Also, if there is a pivot table that uses my consolidated file for its source, is there a way to copy the pivot table over to the new workbook and use the filtered data as a source?
Thanks for your help.
Regards,
Arvind
I have an excel sheet that contains finance information for several cost centers. What I need to do is, filter each cost center, copy the information to a new workbook and save the new workbook. For example, if there are 15 cost centers in my file, I need to filter the data 15 times and copy paste into a new workbook.
Is there any way to automate this using VBA?
What I basically need is individual workbooks for each cost center to be created using the consolidated file. Note, there are multiple rows for each cost center, and cost center names are in column B of the data sheet.
Also, if there is a pivot table that uses my consolidated file for its source, is there a way to copy the pivot table over to the new workbook and use the filtered data as a source?
Thanks for your help.
Regards,
Arvind