Hi,
I am designing a report that will export a couple of sheets to a new workbook and break the links. One sheet has a pivot table on it.
I am on Excel 2010 but i know Users are on 2003 so i have been creating this report in compatibility mode.
I have the following line of code that gives the Pivot Table on the newly created workbook it's source data.
It works fine in 2010 but not in 2003 - i get a property not supported error. Anyone know how to rewrite this to work in 2003? Have been googling without much success
Thanks very much in advance,
J
=xlPivotTableVersion10![]()
Please Login or Register to view this content.
Is this the property that is failing? Could it be as simple as
=xlPivotTableVersion03
??
Bookmarks