Hello,
Can anybody help me do autofill of column upto last entry adjacent to it?
1 entry1
2 entry2
3 entry3
: :
: :
N entryN
Where N is not known and can be any number and the entries can autofill upto this N column.
Thanks,
vix
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.