Hello all,

I am new to arrays and have a urgent need for the following scenario:

I have a variant 2 dimensional array (2 columns by X number of rows).

I need to somehow separate out the values from the first column of the array. (these values will be used to fill a listbox on a form - not that it matters).

Would it be possible to clone the array to a 2nd array and then resize the 2nd array so it only has the first column instead of both? (If anyone has a quicker/more efficient solution - I am open to suggestions).