We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

PivotTable.PivotCache.MissingItemsLimit

Does XLSIO have classes that map to the PivotTable.PivotCache.MissingItemsLimit property.

I'm trying to mirror the following VB script to resolve an interesting data refresh problem...

Sub DeleteMissingItems2002All()
'prevents unused items in non-OLAP PivotTables

'in Excel 2002 and later versions
'If unused items already exist,
'run this macro then refresh the table
Dim pt As PivotTable
Dim ws As Worksheet

For Each ws In ActiveWorkbook.Worksheets
For Each pt In ws.PivotTables
pt.PivotCache.MissingItemsLimit = xlMissingItemsNone
pt.PivotCache.Refresh
Next pt
Next ws

End Sub

---

Reference: http://www.contextures.com/xlPivot04.html


1 Reply

AD Administrator Syncfusion Team March 7, 2008 12:58 PM UTC

Hi JimB

Thank you for your interest in Essential XlSIO.

Does XLSIO have classes that map to the PivotTable.PivotCache.MissingItemsLimit property

Currently we do not provide support for this feature. XlsIO only supports preserving the pivot tables in the template spreadsheets. Sorry for the inconvenience caused.

Please let me know if you have any other concerns.

Regards,
G.Yavana


Loader.
Live Chat Icon For mobile
Up arrow icon