+ Reply to Thread
Results 1 to 2 of 2

Sum of two TextBoxes

  1. #1
    Forum Contributor
    Join Date
    04-09-2005
    Location
    Multan. Pakistan
    Posts
    129

    Sum of two TextBoxes

    Hi Freinds,

    Please tell me how to get sum of 1st and 2nd Textbox in a Third Text box.

    Thanks

    Syed Haider Ali

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Private Sub TextBox1_Change()
    TextBox3 = Val(TextBox1) + Val(TextBox2)
    End Sub

    Private Sub TextBox2_Change()
    TextBox3 = Val(TextBox1) + Val(TextBox2)
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1