Is there a code to delete existing pivot table?
Currently, I'm trying
Worksheets("Dashboard").Activate
ActiveSheet.PivotTables("PivotTable4").Clear
But it gives an error. I also tried Sheets("Dashboard").Range("B32:H100").Clear and received an error
Someone help?
Bookmarks