Mar 30, 2003 #1 RHemmings Programmer Joined Mar 24, 2003 Messages 6 Location 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 Joined Aug 30, 2000 Messages 1,177 Location 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