Hello,
I need to create an amortization table for several thousand loans. I could create a seperate amortization schedule for each loan, but as you can imagine, doing so would take a long time.
These loans have varying interest rates, loan periods, and beginning balances, so it is not as if I could just add the beginning balances together and amortize on that basis.
It seems like this will require a VBA macro, however my programming skills are a little rusty.
Any advice would be greatly appreciated.
I need to create an amortization table for several thousand loans. I could create a seperate amortization schedule for each loan, but as you can imagine, doing so would take a long time.
These loans have varying interest rates, loan periods, and beginning balances, so it is not as if I could just add the beginning balances together and amortize on that basis.
It seems like this will require a VBA macro, however my programming skills are a little rusty.
Any advice would be greatly appreciated.