Excel VisualBasic Script

Sub pmt()
    MsgBox WorksheetFunction.pmt(0.0825 / 12, 360, -150000)
End Sub