J
jalves428
Please help. Why this little peace of VBA in a EXCEL
project Work Well if inside the PPMT Function ,instead
of i ,we put one numeric integer number, or a cell (with
a integer number), but not with the i, wich is what we
need to actualize each line?
Sub Button2_Click()
Dim i As Integer
For i = 1 To 30
Range("e" & i).Value = "=PPMT((0.08/12), i ,30,10000,1)"
Next i
End sub
project Work Well if inside the PPMT Function ,instead
of i ,we put one numeric integer number, or a cell (with
a integer number), but not with the i, wich is what we
need to actualize each line?
Sub Button2_Click()
Dim i As Integer
For i = 1 To 30
Range("e" & i).Value = "=PPMT((0.08/12), i ,30,10000,1)"
Next i
End sub