… = .Array.Bounds[…] (gb)

Dim hArray As Array
Dim anInteger As Integer
anInteger = hArray.Bounds [ Dimension As Integer ]

Returns the size of the array dimension specified by Dimension.

Dimension starts from 0 to (Dim - 1).