M
Mikey May
How can I use a named/dimensioned range for SourceData
instead of the R1C1 bumph.....
ActiveSheet.PivotTableWizard SourceType:=xlDatabase, _
SourceData:="All!R1C1:R1029C6", TableDestination:="",
TableName:="PivotTable12"
My SourceData range will be different each time I run the
macro, but can't figure out how to use specific range.
instead of the R1C1 bumph.....
ActiveSheet.PivotTableWizard SourceType:=xlDatabase, _
SourceData:="All!R1C1:R1029C6", TableDestination:="",
TableName:="PivotTable12"
My SourceData range will be different each time I run the
macro, but can't figure out how to use specific range.