So I have a need to return arrays based on a line item. So I use a loop to determine the variables to be assigned based on the line item. One of the variables is an array. the elements of the array are determined by the line item.
I had the code as:
28 For i = 1 To 50
29...