Hi, For example I want to put this formula in a loop.
ActiveCell.FormulaR1C1 = _
"=INDEX('[Name.xls]L'!R[-11]C[-3]:R[50]C,MATCH('[Name.xls]L'! CELL_LOOP ,'[Name.xls]L'!R[-11]C[-3]:R[50]C[-3],0),3)"
How can I make CELL_LOOP into a column array? How should I construct the for loop to loop through CELL_LOOP?
Thanks!
vix
'
ActiveCell.FormulaR1C1 = _
"=INDEX('[Name.xls]L'!R[-11]C[-3]:R[50]C,MATCH('[Name.xls]L'! CELL_LOOP ,'[Name.xls]L'!R[-11]C[-3]:R[50]C[-3],0),3)"
How can I make CELL_LOOP into a column array? How should I construct the for loop to loop through CELL_LOOP?
Thanks!
vix
'