Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
i have the following problem: i try to create a pivot table with vba but it doesn't work. i have some data (named columns A to N) ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _ "zac01!C1:C14").CreatePivotTable TableDestination:="", TableName:= _ "PivotTable2" ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _ "zac01!C1:C14").CreatePivotTable TableDestination:="", TableName:= _ "PivotTable2" i try to make the pivot ActiveSheet.PivotTableWizard TableDestination:=ActiveSheet.Cells(3, 1) With ActiveSheet.PivotTables("PivotTable2") .ColumnGrand = False .RowGrand = False .SmallGrid = False End With when i add my fields, i receive an error: method addfields failed ActiveSheet.PivotTables("PivotTable2").AddFields RowFields:=Array( _ "Sold-to Name", "Data"), ColumnFields:="Date", PageFields:="Material" = at this moment, i can see a list of the fields (with the wizard, but there is only one field in the list) ??????? how can this be ? I selected col A to N ? than you for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I detail Pivot Table data without creating a table (Excel2007) | Excel Discussion (Misc queries) | |||
How can I detail Pivot Table data without creating a table (Excel2007) | Excel Discussion (Misc queries) | |||
creating a report from a table, pivot table not suitable | Excel Worksheet Functions | |||
creating a pivot table from 4 pivot tables | Excel Worksheet Functions | |||
Creating a Pivot Table | Charts and Charting in Excel |