My problem is that I can't figure out a way for the formula not to immediately evaluate the cell number, while I would rather want it to keep it variable.
I'm currently working on a code that checks the value of an arbitrary cell in the workbook which can be changed manually. This value determines the value of a whole column of calculations, but this has been working fine so far for me.
So what I mean is that I would like the formula to be kept in this form ("=R" & x + y & "C), where x and y are arbitrary variables, instead of the module evaluating it to a specific cell so that I can change the value of one of the variables to change the reference cell.