Quote Originally Posted by joefox
Nope that didnt work

VB Code:
  1. Option Explicit
  2.  
  3. Dim num1 As Double
  4. Dim num2 As Double
  5. Dim answer1 As Double
  6.  
  7. ' This calculates the tax credit on parts
  8. Private Sub Command1_Click()
  9. Text3.Text = (Val(Text1.Text) / Val(Text2.Text)) * 100
  10. End Sub
Can you b a bit more specific. Did you get an error or can you describe exactly what it is (Or is not) doing that it should be?

Cheers,

RyanJ