I have defined a variable with an own type, say
Dim point As DataPoint Public Type DataPoint list as Collection name as String number as Integer End Ty
Another option is to use the reserved word "Empty" such as:
.number= Empty
The only issue is that you will need to change the number from integer to variant.