Method 'CreatePivotTable' of object 'PivotCache' failed.

charan509

New Member
Joined
Dec 28, 2012
Messages
1
Hi I dont know why this error coming while creating pivot table.

I have used datasource as rng, and rng is caluculated this way


last_row = Range("A" & Rows.Count).End(xlUp).Row
last_col = Range("XFD1").End(xlToLeft).Column
Set rng = Range(Cells(1, 1), Cells(last_row, last_col))

ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
rng, Version:=xlPivotTableVersion12).CreatePivotTable _
TableDestination:="data!R3C1", TableName:="PivotTable1", DefaultVersion _
:=xlPivotTableVersion12


It is working fine from last two years but suddenly it is showing this error while running macro.

" Method 'CreatePivotTable' of object 'PivotCache' failed."

Please help me on this issue.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,214,943
Messages
6,122,370
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top