Aashish Aggarwal
New Member
I have a base data with 10 columns and number of rows can vary (as data to be entered in these daily).
1 column is "name" and using this i have already written a code that can create new worksheets in existing workbook with unique names in that column only.
Now I want to create pivot tables to summarize the data in these existing worksheets(that are also named as column values of column "name"). How can we do this?
Conditions: If worksheet with a pivot table already exist, it should not create new worksheet (as their will be duplicates)
Please help out with this.!!
1 column is "name" and using this i have already written a code that can create new worksheets in existing workbook with unique names in that column only.
Now I want to create pivot tables to summarize the data in these existing worksheets(that are also named as column values of column "name"). How can we do this?
Conditions: If worksheet with a pivot table already exist, it should not create new worksheet (as their will be duplicates)
Please help out with this.!!