Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Excel workbook that is getting generated from another tool (Quality
Center). It has output data on a tab called "FailedBlocked" and another tab that is empty called "TC by Def". I have recorded a macro to create the pivot table. The code Excel creates is: ActiveWorkbook.PivotCaches.Create(SourceType:=xlDa tabase, SourceData:= _ "FailedBlocked!R1C1:R1090C13", Version:=xlPivotTableVersion10). _ CreatePivotTable TableDestination:="TC by Def!R1C1", TableName:= _ "PivotTable1", DefaultVersion:=xlPivotTableVersion10 Sheets("TC by Def").Select Cells(1, 1).Select When I run the macro, I am getting an "Invalid procedure call or argument (Error 5)" message. Is the code somehow malformed on record? What could be invalid here (should I remove spaces from my sheet names? Should that matter?)? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2007 macro recorded pivot table | Excel Worksheet Functions | |||
macro creating new pivot table | Excel Programming | |||
problem creating a pivot table using a macro | Excel Programming | |||
Creating a macro which presses a button containing a recorded macro | Excel Programming | |||
Help with a macro creating a formula for a pivot table | Excel Programming |