Code:
dim myarray(9,5,3)
debug.print ubound(myarray())
Returns 9.
How do I get it to return the 5 or 3? MSDN only shows an example with a 1D controll array....