Hi,
I have a vba function, I am giving it a matrix as input. I am however unable to modify the matrix within the function. Below is my function . Could you please help.
Function MaxDrawdown(A As Range)
A(2) = 0 'This does not work for me
End Function
Thanks in advance.
I have a vba function, I am giving it a matrix as input. I am however unable to modify the matrix within the function. Below is my function . Could you please help.
Function MaxDrawdown(A As Range)
A(2) = 0 'This does not work for me
End Function
Thanks in advance.