Mar 30, 2003 #1 RHemmings Programmer Mar 24, 2003 6 IN Being new to Visual Basic I am wondering if anyone knows how to sort an array when the number of columns are set, but the number of rows vary. Thanks for any help you can give, Bob
Being new to Visual Basic I am wondering if anyone knows how to sort an array when the number of columns are set, but the number of rows vary. Thanks for any help you can give, Bob
Mar 30, 2003 #2 MarkSweetland MIS Aug 30, 2000 1,177 US The Ubound(<arrayname>, [dimension]) function returns the largest available subscript of an array... Mark Upvote 0 Downvote
The Ubound(<arrayname>, [dimension]) function returns the largest available subscript of an array... Mark