I have two questions. Referencing the following code:
ActiveCell.Offset(0, 1).Activate
For k = 0 To 10
ActiveCell.Offset(0, k).FormulaR1C1 = "=RC[-39]+(RC[-39]/21)*VLOOKUP(RC[-42],DSOH" & aRegions(i, 1) & ",4,FALSE)-RC[11]"
Next K
1. I am trying trying to get make the RC[-42] an absolute by...