I have a macro which runs the same thing 1000 times with change in the inputs. Here's the code:Sub valgen()
Application.Screenupdating = False
Dim RateArr(), DfArr() As Double
Dim TempArr1(), TempArr2() As Variant
Dim i As Integer
ReDim RateArr(1 To 50, 1 To 77)
ReDim DfArr(1 To 50, 1 To 154)...