Hello,

Is there is a way to merge two arrays with 2 different dimensions with vba ( 2 columns, unlimited rows) ?

array1 (a, 2)
array2 (b, 2)

Array 3 ( a+b,2 ) = Merge(array1, array2 )

Thank you ?

Najwa.