tomcatonnet99
Board Regular
- Joined
- Jan 30, 2011
- Messages
- 73
I have two workbooks with about 8 sheets with 3 pivot tables on each sheet ( each sheet has just the one common pivotcache
I created macros for updating the pivot tables and creating additional tabulation of data extracted from the pivot tables to " archive" the entire year to date figures..
Now this is what baffles me:
Original xls has all raw data + pivot cache ( but no macro, tabular data stored) = 3MB size
New xlsm has no raw data and pivot cache only holds current months data + tabular archived data + extensive vba code and few activex objects , a small 208kb pic and file size = 15MB!!
Can anyone explain the huge difference in file size pls?
Is it the compiled code that's adding to file size? Coz the pivot caches are still common and infact all raw data deleted this time!
Thanks
I created macros for updating the pivot tables and creating additional tabulation of data extracted from the pivot tables to " archive" the entire year to date figures..
Now this is what baffles me:
Original xls has all raw data + pivot cache ( but no macro, tabular data stored) = 3MB size
New xlsm has no raw data and pivot cache only holds current months data + tabular archived data + extensive vba code and few activex objects , a small 208kb pic and file size = 15MB!!
Can anyone explain the huge difference in file size pls?
Is it the compiled code that's adding to file size? Coz the pivot caches are still common and infact all raw data deleted this time!
Thanks
Last edited: