fabiogiallo
New Member
- Joined
- Mar 1, 2018
- Messages
- 6
Good afternoon,
Please can you suggest me a vba code to replace this one below:
ActiveCell.FormulaR1C1 = "=VLOOKUP(Sheet2!RC[-1],R1C1:R109C19,7,FALSE)"
Selection.AutoFill Destination:=Range("B2:B15693")
this just copy the function to every cell in the column and i don't want this because i have to repeat this for many columns this would affect the size of the file.
Thank you.
Please can you suggest me a vba code to replace this one below:
ActiveCell.FormulaR1C1 = "=VLOOKUP(Sheet2!RC[-1],R1C1:R109C19,7,FALSE)"
Selection.AutoFill Destination:=Range("B2:B15693")
this just copy the function to every cell in the column and i don't want this because i have to repeat this for many columns this would affect the size of the file.
Thank you.