Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks,
I have developed a pivotTable in Excel 2002 that only has Row fields, with no column, data or page fields. The only reason I'm doing this is that it makes my report look nicer :) However, I noticed that this statement bombs on earlier versions of Excel: ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _ Range(Cells(7, 31), Cells(1000, 37)).Address).CreatePivotTable _ TableDestination:= tblDestination, TableName:="PivotTable2", _ DefaultVersion:=xlPivotTableVersion10 So I tried taking out the DefaultVersion parameter of the CreatePivotTable method. But when I do that, I end up with no data displayed in my pivotTable report! All the data is in the report, but none is displayed until I add some data fields. Is there something in Excel 2002 that allows me to display only row fields in a PivotTable report? Please help with any suggestions, as my report needs to work with earlier versions of Excel. Thank you, Malik |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivottable | Excel Discussion (Misc queries) | |||
Creating a PivotTable w/o selecting data in an existing PivotTable | Excel Discussion (Misc queries) | |||
Pivottable | Excel Discussion (Misc queries) | |||
Pivottable | Excel Discussion (Misc queries) | |||
PivotTable Help | Excel Discussion (Misc queries) |