T
toships
Hi
I have a VBA script which runs fine
But when I replace
ws_temp.Range("E" & i )Value = min_mse2
with
ws_temp.Range("R" & i & "C5").Value = min_mse2
then I get an error saying that
Method "Range" of object "_Worksheet" failed
Please help. I need to address the cell in R1C1 format in order t
insert it in a loop with row number changing for each iteration
Thank you in advance
I have a VBA script which runs fine
But when I replace
ws_temp.Range("E" & i )Value = min_mse2
with
ws_temp.Range("R" & i & "C5").Value = min_mse2
then I get an error saying that
Method "Range" of object "_Worksheet" failed
Please help. I need to address the cell in R1C1 format in order t
insert it in a loop with row number changing for each iteration
Thank you in advance