M
matelot
Hi,
I have a selection range that is non-contiguous and want to load them into
an array. It only load the first range.
set rng = range("A1:C2,A9:C10,A15:C18")
myArray = rng.value
Anything wrong with the code? can you suggest on how to best load all the
ranges into an array.
Thanks
I have a selection range that is non-contiguous and want to load them into
an array. It only load the first range.
set rng = range("A1:C2,A9:C10,A15:C18")
myArray = rng.value
Anything wrong with the code? can you suggest on how to best load all the
ranges into an array.
Thanks