Results 1 to 11 of 11

textbox1 * textbox2 = textbox3

Threaded View

cfinch100 textbox1 * textbox2 = textbox3 12-23-2012, 11:30 AM
cfinch100 Re: textbox1 * textbox2 =... 12-23-2012, 12:26 PM
Norie You can use Format. ... 12-23-2012, 12:49 PM
cfinch100 Re: textbox1 * textbox2 =... 12-23-2012, 01:02 PM
Norie Re: textbox1 * textbox2 =... 12-23-2012, 01:10 PM
cfinch100 Re: textbox1 * textbox2 =... 12-23-2012, 01:20 PM
Norie Re: textbox1 * textbox2 =... 12-23-2012, 01:22 PM
cfinch100 Re: textbox1 * textbox2 =... 12-23-2012, 01:29 PM
cfinch100 Re: textbox1 * textbox2 =... 12-23-2012, 01:59 PM
Norie Re: textbox1 * textbox2 =... 12-23-2012, 02:02 PM
cfinch100 Re: textbox1 * textbox2 =... 12-23-2012, 03:35 PM
  1. #1
    Forum Contributor
    Join Date
    10-01-2012
    Location
    england
    MS-Off Ver
    Excel 2016 pro
    Posts
    772

    textbox1 * textbox2 = textbox3

    hi
    i have had this previously , but has completely gone think its age ,
    i have a userform with numerous text boxes , some are copies so only interested in these 3
    tbox1 * tbox2 - tbox 3 ,
    as i entered £50 in tb1
    entered 2in tb2
    tb3 was populated automatically
    have tried different versions of this got it once doin me head in now also have populated a userform with a combobox which works but for the life of me cannot get it to populate a textbox1 with data
    the combo box pops with 500ton row a and textbox should pop with value in row e
    any takers please
    as per previous threads im 56 too and its showing have uploaded cranes it is code for userform 1 you will have to go to developer , vb , userform1 and code to view as not userform1.show till got it right
    cheers colin

    [Private Sub TextBox3_Change()
    If TextBox1.Value = "" Then Exit Sub
    If TextBox2.Value = "" Then Exit Sub
    TextBox3.Value = CDbl(TextBox1.Value) * CDbl(TextBox2.Value)
    End Sub]
    Attached Files Attached Files
    Last edited by cfinch100; 12-23-2012 at 01:59 PM. Reason: solved

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