Is there a way to determine the total number of elements in an array?

Like if I did this:
Code:
Dim stuff As Variant
stuff = Split(Text1.Text,",")
that turns stuff into an array. Is there a way to return how many elements are in that array??