Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to select range for pivot table command.
If I select a range and then record a macro I get this for the pivot command: ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _ "TempEC!R1C1:R229C50").CreatePivotTable TableDestination:="", TableName:= _ "PivotTable1", DefaultVersion:=xlPivotTableVersion10 Now I need to put a similar pivot table command into a macro program, and I don't know how to reference the SourceData in the pivot command. I tried using the name of a range I defined earlier in the macro, but get an error. I also tried using RC notation given the row and column size of the datasource. -- Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AUTO SELECT A RANGE FOR PIVOT TABLE | New Users to Excel | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
Using cursor keys to select Pivot Table Source Data Range | Excel Discussion (Misc queries) | |||
Pivot Table Select Range of Value | Excel Programming | |||
How to select range of values in pivot table? | Excel Programming |