-
Run-time error '2147024809'
Dear all,
I am getting run time error while refreshing the pivot in attached sheet.
Can anyone help me.
The macro is working for most of the sheet except few one (also not working for more than thousands records)
[VBA]
With Sheets("overview")
.PivotTables("PivotTable4").ChangePivotCache _
ActiveWorkbook.PivotCaches.Create( _
SourceType:=xlDatabase, _
SourceData:=Worksheets("raw data").UsedRange, _
Version:=xlPivotTableVersion14)
.PivotTables("PivotTable4").PivotCache.Refresh
End With
[/VBA]
Last edited by abraham30; 03-14-2013 at 11:11 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules