+ Reply to Thread
Results 1 to 4 of 4

VBA textbox userform (filling up automatic)

  1. #1
    Registered User
    Join Date
    07-18-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    1

    VBA textbox userform (filling up automatic)

    If I have a text box where you will put some number and then a calculation will be done and it will be copy in another textbox, how can it be updated automatically on textbox2.
    Ex.

    Textbox1 you will put your age, then on Textbox2 it will appear your age*3 and it will show automatically when the information was put on textbox2.

    any ideas?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: VBA textbox userform (filling up automatic)

    Hello mojomixer,

    Welcome to the Forum!

    To better answer you question, it would help to know the type of list box and it location. Is it a Forms control, ActiveX control, Web control, or simply a shape? Is it on a worksheet or a VBA UserForm?
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: VBA textbox userform (filling up automatic)

    I think this is what you want
    Please Login or Register  to view this content.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    06-29-2011
    Location
    California
    MS-Off Ver
    Excel 2003/2007
    Posts
    58

    Re: VBA textbox userform (filling up automatic)

    Keyup would probably be a better event to use for textbox1 (even though his post is worded slightly weird), as that would adjust live rather than only when the user clicks into textbox1.

+ 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