Hi,
I am trying to create a pivot table in C# using method provided by Microsoft "CreatePivotTable" http://msdn.microsoft.com/enus/libra...ffice.12).aspx
In that method, 4th parameter is version number. If I give XlPivotTableVersionList.XlpivotTableVersion10, pivot table gets created successfully.
but, If I use XlPivotTableVersionList.XlpivotTableVersion12, method is throwing exception of "invalid argument"
I am using Excel 2007.
please, help me out...
Do I need to do some additional settings to use for Version12
Thanks,
Bookmarks