Hi,
I'm getting this error when I run this macro from excel. Is there any way this can fix? Could someone revise this and explain to me what went wrong.
[CODE=vb]ActiveWorkbook. PivotCaches.Add (SourceType := xlDatabase, SourceData := _
"maxtotals!R1C1 :R1375C12").Cre atePivotTable TableDestinatio n := "", TableName:= _
"PivotTable 3", DefaultVersion := xlPivotTableVer sion10
ActiveSheet.Piv otTableWizard TableDestinatio n := ActiveSheet.Cel ls(3, 1)[/CODE]
I'm getting this error when I run this macro from excel. Is there any way this can fix? Could someone revise this and explain to me what went wrong.
[CODE=vb]ActiveWorkbook. PivotCaches.Add (SourceType := xlDatabase, SourceData := _
"maxtotals!R1C1 :R1375C12").Cre atePivotTable TableDestinatio n := "", TableName:= _
"PivotTable 3", DefaultVersion := xlPivotTableVer sion10
ActiveSheet.Piv otTableWizard TableDestinatio n := ActiveSheet.Cel ls(3, 1)[/CODE]
Comment