There must be a way to fill an array as easy as copy a range to another (copy and paste).
Let us say I have a named range A1:D5. And I have an array dimentioned with the same size
Array(4,3).
What I want to do copy the range to the array, without having to double loop...etc
Is that doable ??
Let us say I have a named range A1:D5. And I have an array dimentioned with the same size
Array(4,3).
What I want to do copy the range to the array, without having to double loop...etc
Is that doable ??