PMTCalculation (c) Cyber Solutions Ltd 2002

Overview

PMT will work out the loan repayment based on the princpal, interest rate, and term. 

Setup

Run SETUP.EXE to register the DLL.  In Visual Basic, take the Project option on the menu and select References.  If you cannot see WorkDays, use the browse button to find it. Select the check box against it so that this is ticked.  

Sample Code

Dim loan As New Pmt
x = loan.Pmt(10000, 0.089 / 12, 36)
MsgBox x

The result will show 317.53 which is the monthly repayment on a loan of 10000 over 36 months at an interest rate of 8.9%


Email tollside@yahoo.com for help

Register

If you intend to use PMTCalculation you must PAY for it. Please make a donation using PayPal - see below.  The donation can be anything depending on how you value the program - anythingfrom $1 upwards although we feel the program is worth more.

You can use PayPal - https://www.paypal.com.  Our email is tollside@yahoo.com.  Put PMT in the subject. The registered copy will be emailed to you - it has no message boxes.