Assuming that's what you meant, you can also use those commands with multi-dimensioned arrays.
[code]
dim MyArray(5, 13) as boolean
msgbox ubound(myarray, 2)