Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
What is the syntax to delete a pivottable programatically? I tried Dim ws As Worksheet Dim pt As PivotTable Set ws = ActiveWorkbook.Worksheets("unused") Set pt = ws.PivotTables(1) pt.Delete ' error Set pt = Nothing Thanks Habib |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trying to delete a row in the pivot table for the pivot chart | Excel Discussion (Misc queries) | |||
Delete Pivot Table Formula | Excel Discussion (Misc queries) | |||
Delete some substotal in a pivot table | Excel Discussion (Misc queries) | |||
Delete pivot table | Excel Programming | |||
Delete Pivot Table | Excel Programming |