M
moglione1
Can anybody please tell me how you add a pivot table to an existing
sheet using VBA. I currently have the code:
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, _
SourceData:="=Data").CreatePivotTable TableDestination:="", _
TableName:="Part2"
PLEASE PLEASE HELP
sheet using VBA. I currently have the code:
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, _
SourceData:="=Data").CreatePivotTable TableDestination:="", _
TableName:="Part2"
PLEASE PLEASE HELP