This function determines the smallest available subscript for the indicated dimension of an array.
LBound(arrayname, [dimension])
Returns a subscript.
Use LBound with UBound to determine the size of an array. Use UBound to find the upper limit of an array dimension.
The default lower bound for any dimension is always 0.