Hi all
Use Check this code
VB Code:
  1. Private Sub Form_Load()
  2. Text1.Text = 1000.05
  3. Text1.Text = FormatNumber(Text1.Text, 0)
  4. Text2.Text = 77
  5. MsgBox Val(Text1.Text) - Val(Text2.Text)
  6. End Sub

Help Urgent!!!!