Hi again
Try
ActiveCell.FormulaR1C1 = "=indirect(" & myRow & ",2))"
I am not familiar with indirect but I am not sure that is the correct for looking at the help for INDIRECT, but as before I am probably wrong.
Perhaps this instead
ActiveCell = "=indirect(" & cells(myRow,2).address & ")"
Let me know
MTB