Is it possible to create a workbook with a pivot table, which is connected to a large, say ACCESS, table (may be 400MB), and still have a very light book? And if its possible, how it can be implemented?
Yes, it's possible. In pivot table properties untick 'save data' option.
With code (PivotTableObject is a reference to the pivot table):
PivotTableObject.SaveData = False
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.