Hello,
I am trying to copy a formula to say 12 cells to the right of active cell - I tried to use the following code, but it's copying the formula to entire cells to the right.
Question is how to modify the code to copy the formula to only specific number (that I know) of cells to the right.
Appreciate your help in advance.![]()
ActiveCell.FormulaR1C1 = "=R[-4]C" Range(Selection, Selection.End(xlToRight)).Select Selection.FillRight
Thanks, DoubleA
Bookmarks