J
Juan
Okay, I have a super simple problem that for some reason continues t
elude me. I wrote a macro that includes a command that tell the targe
cell "B246" to state the answer from another cell or "K25". And the
another macro that changes it back to "G27". So my code looks lik
this for the first step:
Range("B246").Select
ActiveCell.FormulaR1C1 = "=K25"
Now when I run it all I get is "#NAME?" in the target cell (B246). An
I made sure to format the target cell the same as the contibuting cell
What am I missing
elude me. I wrote a macro that includes a command that tell the targe
cell "B246" to state the answer from another cell or "K25". And the
another macro that changes it back to "G27". So my code looks lik
this for the first step:
Range("B246").Select
ActiveCell.FormulaR1C1 = "=K25"
Now when I run it all I get is "#NAME?" in the target cell (B246). An
I made sure to format the target cell the same as the contibuting cell
What am I missing