In short, I need to enter a formula into a variable cell via VBA. I have done similar things to this but for some reason, can't get this one to work. one of the cells in the formula itself also come from a variable. Any help is appreciated!
My most recent attempt is:
Cells(52, startcolumn).Formula = "=(" & Cells(50, startcolumn) & "/e50)-1"
startcolumn already has the value of 11 in this example.
My most recent attempt is:
Cells(52, startcolumn).Formula = "=(" & Cells(50, startcolumn) & "/e50)-1"
startcolumn already has the value of 11 in this example.