Please help,
I need to return multiple values from a function with for inputs:
function name(i1,i2,i3,i4) As Variant
Dim d(5)
Dim other variables
function calulation
name = Array(d1,d2,d3,d4,d5)
end function.
This code does not work as I need to horizontaly return each value each column next to...