G
Guest
I have gotten a Run-time error '7':
Out of memory
message and I do not know why. My code is the Following:
Public m2() As Double
Public m1() As Double
Public Sub jk()
j = 41000
k = 817
ReDim m1(j, k)
ReDim m2(j, k)
End Sub
Out of memory
message and I do not know why. My code is the Following:
Public m2() As Double
Public m1() As Double
Public Sub jk()
j = 41000
k = 817
ReDim m1(j, k)
ReDim m2(j, k)
End Sub