How about using an UDT?
Or even a class??


Code:
PublicType typTnar
    
    totalD As Double
    a2tot As Double
    a1tot As Double
    b2tot As Double
    b1tot As Double
    UnknownVal As Double ' This I dont know what its named as 3???
End Type

public tnar() as typTnar
This could be expanded from this simple solution. If its going to be multi dimentional array, in the UDT, make members arrays also