R
rat59man
I am trying to write a function to modify a group of cells. As an example in
cell C1 I insert "=myfunction(1)" and in cells A1, B1, D1, E1 I want the
values of 3, 5, 7, and 11 placed.
At the assignment I get a 1004 error number returned.
My thought is that functions are not allowed to modify cells directly. Is
this correct?
cell C1 I insert "=myfunction(1)" and in cells A1, B1, D1, E1 I want the
values of 3, 5, 7, and 11 placed.
At the assignment I get a 1004 error number returned.
My thought is that functions are not allowed to modify cells directly. Is
this correct?