This is a simple question... I'm sure someone out there knows the answer to it...

I have a 2-D array...

ReDim A(1 to x, 1 to y)

I need to know the upper-bound of the second dimension of A (which is y), but UBound(A) only gives me x.

Thanks,
Paul