+ Reply to Thread
Results 1 to 4 of 4

How to update textbox from other textboxes

Hybrid View

  1. #1
    Forum Contributor wamp's Avatar
    Join Date
    11-10-2008
    Location
    Norway
    MS-Off Ver
    97, 2000 & 2003 (diff. workstations)
    Posts
    184

    Re: How to update textbox from other textboxes

    I would assume something like
    Private Sub txtTotal_Change()
    'update textbox as values are entered i
    if InvestAsset1 <> 0 then txtTotal = txtTotal + InvestAsset1
    if InvestAsset2 <> 0 then txtTotal = txtTotal + InvestAsset2
    and so forth..

    However, it would be a lot easier if you could post the workbook as an example, so we see what code goes where and what the controls are called
    Last edited by wamp; 05-12-2010 at 03:33 PM.
    _______________________________________________
    Remember:

    Read the rules!

    Use code tags! Place [CODE] before the first line of code and [/CODE] after the last line of code.

    Mark your post [SOLVED] if it has been answered satisfactorily.
    To do this, click EDIT in your original post, click GO ADVANCED and set the PREFIX. It helps everybody!

    If you are approve (or disapprove) of any members response to your problem, please click the star icon underneath their post and comment. It matters.

  2. #2
    Registered User
    Join Date
    05-12-2010
    Location
    MD, United States
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: How to update textbox from other textboxes

    Here is the Excel Spreadsheet with the code. Thank you for the help.
    Attached Files Attached Files

+ 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