M
MJ_N_CO
I have a function that takes 6 variables and calculates 5 values. I need to
place all 5 values to adjacent cells so they can be used in other comparisons
and calculations. I have tried using the ActiveCells.Offset(R,C).Value = X,
and get a #Value! error. Is there a way to do this? I could do this as 5
separate functions, but since a large portion of the code would be
repetitive, this would be inefficient.
place all 5 values to adjacent cells so they can be used in other comparisons
and calculations. I have tried using the ActiveCells.Offset(R,C).Value = X,
and get a #Value! error. Is there a way to do this? I could do this as 5
separate functions, but since a large portion of the code would be
repetitive, this would be inefficient.