Financial Functions in VBA

S

Sreedhar

Are there any functions in VBA that calculate EMI (Equated Monthly
Installments) ?
Also, any functions to calculate Theoretical Balance of an Account after
'n'th period if all the 'n' EMIs are ideally paid ?
If not, do someone have some custom code to do that ?

I've written some custom code to do these, but the results are far from
perfect. In a precision Accounting Application I'm currently developing,
these inaccuracies are simply unacceptable.

Any help is greatly appreciated.
 
Top