Hello,
Does anyone know how I can program Excel, using VBA-code, to let it calculate certain formulas based upon predetermined dates.
F.e. : A certain amount needs to be capitalised from date A till B. Between A en B it's possible that there are some mouvements on the capital, like withdrawels, montly costs, etc...
To visualize this :
In sheet 1 : let's put all the info : the amount, the interest, start_date, end _date, withdrawel of.... (amount)on the...(date, between start and end) and every first of the month between the start and and date an administrative cost for the capitalisationcontract of 1.
In sheet 2 : the formulas needed to calculate the capitalisation
In sheet 3 : the output : Excel takes the start_date and copies the formulas in the logic order based upon the dates on which a certain calculation needs to be made...
Has anyone have any ideas how to code this...
Thanks.