Hi,
I need to create a cumulative cash flow schedule for a pool of loans in vba and was hoping for some help??
I can create amortisation schedules in Excel for single loans but I would need something to run schedules for 000's of loans in one execution....I.e
Starting with a spreadsheet containing loan level information (interest rate, term, balance etc) code that picks up the first row in the spreadsheet (the first loan) and runs an amortisation schedule for that loan and then
picks up the second row of data and runs a schedule for that loan
aggregates the data for loan 2 onto loan 1 and then runs a schedule for row 3 data etc etc
The end result being just one aggregated amortisation schedule for all of the loans....
I'm not too hot on vba hence the plea for help.
Any help would be greatly appreciated.
Many thanks, Matt