Logic and Loop Code

  • Thread starter Thread starter oscarooko
  • Start date Start date
O

oscarooko

Hello,
I have this code that is suppesed to grade some loans. Unfortunatelly
evrytime I run it, i receive a " *run time error 13 type Mismatch*" o
the lines that Disqualify loans based on State, city, or low FIC
scores.

Someone help me fix the problem. Any advice is welcome


Sub Oscar()
Dim LoanAmount As String
Dim grade As String
Dim FICO As String
Dim lien As String
Dim LTV As String
Dim DTI As String
Dim PropType As String
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help 3
Loop 1
VB code in Excel 4
workbook open in looping 2
Type Error in For Each Worksheet Loop 8
HELP=> Unale To Resolve VB Code Issues !!! 2
Code lagging with LastRow 2
Code runs in XL97 but not 2000? 1

Back
Top