Dim a(3) as LongDim b(3) as Long
a = b
It gives me the error ""Cannot assign whole array". All I want is to pass a reference of array b to array a, so both a and b use the same array...
I did read that message. However I'm not anymore trying to use an array as a return type on a function. I'm just trying to copy a reference of an array.
And, unless I am wrong, that post does not help me do that.
Thank you for your time ,
Guillaume