'UpRow..............................................................................列69
M3 = 0 ‘列70
sta = 0
For x = 1 To Len(uprowx)
If Mid(UpRow, x, 1) = "," Then
M3 = M3 + 1
ReDim Preserve In3rr(M3 - 1)
In3rr(M3 - 1) = --Mid(uprowx, sta + 1, 2)
sta = x
x = x + 2
End If
If Mid(UpRow, x, 1) = "-" Then
For y = Mid(uprowx, sta + 1, 2) To Mid(uprowx, x + 1, 2)
M3 = M3 + 1
ReDim Preserve In3rr(M3 - 1)
In3rr(M3 - 1) = y
Next
sta = x + 3
x = x + 5
End If
If x = Len(uprowx) Then
M3 = M3 + 1
ReDim Preserve In3rr(M3 - 1)
In3rr(M3 - 1) = --Mid(uprowx, sta + 1, 2)
End If
Next ‘列94
'.................................................................................
For n = 1 To M
For n3 = 1 To M3 ‘列97