on a vba excel macro tool, I need to create many new sheet and pivot tables from two data sheet.
we have two way
- use pivot cache to create new pivot table.
- create new pivot table with same data sheet again and again.
What will be the impact if I choose second approach,
will this make our excel file heavier?
want to skip the first approach because if require dependency that first pivot table should be there in every excel workbook?
using excel 2010.