B
banavas
I have the following two problems:
1. I want to substitute the string "A_030716_cl_max_val_EK" with
variable (filestringL) that contains this string. How can I do tha
(see statement following)?
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:
"A_030716_cl_max_val_EK!R1C1:R74C11").CreatePivotTabl
TableDestination:="", _
TableName:="PivotTable2"
DefaultVersion:=xlPivotTableVersion10
2. I want to substitute in the following statement the 9000 with a
integer that contains the value. Any ideas?
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(Members,
Code
1. I want to substitute the string "A_030716_cl_max_val_EK" with
variable (filestringL) that contains this string. How can I do tha
(see statement following)?
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:
"A_030716_cl_max_val_EK!R1C1:R74C11").CreatePivotTabl
TableDestination:="", _
TableName:="PivotTable2"
DefaultVersion:=xlPivotTableVersion10
2. I want to substitute in the following statement the 9000 with a
integer that contains the value. Any ideas?
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(Members,
Code