+ Reply to Thread
Results 1 to 4 of 4

How to make one TextBox value equal another TextBox value?

  1. #1
    Registered User
    Join Date
    06-24-2009
    Location
    NV
    MS-Off Ver
    Excel 2003
    Posts
    34

    How to make one TextBox value equal another TextBox value?

    Please see attached sample of the worksheet. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: How to make one TextBox value equal another TextBox value?

    This can be done with the Textbox from the activex controls. Rightclick on the sheet tab and select view code to see the code used in textbox1.
    Your workbook will have to be saved as a macro enable workbook.

    Typing in textbox 1 will automatically go to textbox 2
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-24-2009
    Location
    NV
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: How to make one TextBox value equal another TextBox value?

    Thank you, great. I create another couple TextBoxes in second worksheet, and inserted

    Private Sub TextBox1_Change()
    TextBox2 = TextBox1
    End Sub

    but I don't understand, why it doesn't work... can you please check it?textbox1 to textbox2 Sample.xlsm

  4. #4
    Registered User
    Join Date
    06-24-2009
    Location
    NV
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: How to make one TextBox value equal another TextBox value?

    I got it, thanks.

+ 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