M
Miguel Coego
Hi,
I´m trying to create a formula in VBA that relates sheets
with a fixed value.
Instead of:
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(RC[-8],'[Conciliacion 012.xls]E012'!
R4C1:R369C4,3,0)
I need to use something like:
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(RC[-8],'[Conciliacion 012.xls]X'!
R4C1:R369C4,3,0)
where X is a changeable value.
Any idea?
Thanks very much indeed!!!!!!!!!!!!!!!
I´m trying to create a formula in VBA that relates sheets
with a fixed value.
Instead of:
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(RC[-8],'[Conciliacion 012.xls]E012'!
R4C1:R369C4,3,0)
I need to use something like:
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(RC[-8],'[Conciliacion 012.xls]X'!
R4C1:R369C4,3,0)
where X is a changeable value.
Any idea?
Thanks very much indeed!!!!!!!!!!!!!!!