I thought that was what you would be wanting.

Either

ary1D = Application.Index(ary, 2, 0)

or

ary1D = Application.Transpose(Application.Index(ary, 0, 2))

depending on whether you want rows or columns