Good afternoon to all the smart excel people out there. I need some help. I created a macro which creates a couple of pivot tables and then moves the data which feeds into an "overview" worksheet. However, everytime I run it I get an error at one of the pivot tables. The error is as follows:
ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
"nov28!R1C1:R65536C25", Version:=xlPivotTableVersion10).CreatePivotTable _
TableDestination:="Sheet6!R3C1", TableName:="PivotTable1", DefaultVersion _
:=xlPivotTableVersion10
Any help on how to solve this? I don't have a clue.
Bookmarks