S
Steve
I need to be able to combine multipe arrays into another 1D array in order
Array1 = Range ("A1:A7")
Array2 = Range ("B1:B7")
Array3 = Range("C1:C7")
etc, etc, etc (it could get very large)
The result should be a 1D array. Assuming only the three arrays above,
LBOUND value should be A1.value. UBOUND value should be C7.value.
Array1 = Range ("A1:A7")
Array2 = Range ("B1:B7")
Array3 = Range("C1:C7")
etc, etc, etc (it could get very large)
The result should be a 1D array. Assuming only the three arrays above,
LBOUND value should be A1.value. UBOUND value should be C7.value.