Hello I am trying below VB code to execute PMT formula to calculate EMI but getting error "Unable to get pmt property of the worksheetFunction class"
Sub EMI()
Dim Loan_Amount As Double
Dim EMI As Double
Dim Rate As Double
Dim Payment_Per_Year As Double
Dim Tenure As Double
monthly_rate =...