B
Bill Schoenhut
Here's the situation: I have created a function in VBA
that adds 5 to the value it is given in its arguement
called AddFive. I have a range called Dim1 of 5 different
cells all under each other. In the next column over I have
typed my formula =AddFive(Dim1). Unfortunately the
function will not work since Dim1 returns an array of
values instead of the value located on the same row. Is
there a way around this problem?
Thanks,
Bill
that adds 5 to the value it is given in its arguement
called AddFive. I have a range called Dim1 of 5 different
cells all under each other. In the next column over I have
typed my formula =AddFive(Dim1). Unfortunately the
function will not work since Dim1 returns an array of
values instead of the value located on the same row. Is
there a way around this problem?
Thanks,
Bill