Gruppe
Funktion
Problem
Wie erstelle ich eine Tabelle mit Errechnung der Restschuld bei festem Zinssatz und variablen Rückzahungen?
StandardModule: Modul1
Sub SetGoalSeek()
Dim iCol As Integer
For iCol = 1 To 4
Cells(13, iCol).GoalSeek Goal:=555, ChangingCell:=Cells(1, iCol)
Next iCol
End Sub