P
Paul Hastings
Hi -
I am working in Excel and I am trying to automatically generate a Pivot
Table from data that has been
pulled into a worksheet from a database. The data always starts in R1C1, but
the extent is variable. Here is an example:
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:= _
"SP1a!R1C1:R6897C21").CreatePivotTable TableDestination:="",
TableName:= _
"PivotTable1"
Its the "R6897C21" part I want to fix. How can I determine the last row and
column that has data in it so I can change this based on my actual data?
Thanks,
Paul Hastings
Principal Computer Scientist
Jorge Scientific Corporation
104 Park Drive
Warner Robins, GA 31088
(478) 923-2662 x122
I am working in Excel and I am trying to automatically generate a Pivot
Table from data that has been
pulled into a worksheet from a database. The data always starts in R1C1, but
the extent is variable. Here is an example:
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:= _
"SP1a!R1C1:R6897C21").CreatePivotTable TableDestination:="",
TableName:= _
"PivotTable1"
Its the "R6897C21" part I want to fix. How can I determine the last row and
column that has data in it so I can change this based on my actual data?
Thanks,
Paul Hastings
Principal Computer Scientist
Jorge Scientific Corporation
104 Park Drive
Warner Robins, GA 31088
(478) 923-2662 x122