Thread
:
Pivot Table
View Single Post
#
2
Posted to microsoft.public.excel.programming
MIKE215
external usenet poster
Posts: 32
Pivot Table
Try this
Sub RemovePivots()
For Each PT In ActiveSheet.PivotTables
PT.PivotSelect "", xlDataAndLabel, True
Selection.Clear
Next
End Sub
Regards,
Mike
"AA2e72E" wrote:
How do I delete an existing pivot table programatically?
Thanks.
Reply With Quote
MIKE215
View Public Profile
Find all posts by MIKE215