Consulting

Results 1 to 2 of 2

Thread: Modify cells using userform

  1. #1
    VBAX Expert
    Joined
    Apr 2007
    Location
    Orlando, FL
    Posts
    751
    Location

    Modify cells using userform

    What I would like to do is have a userform and be able to have a dropdown with values from sheet2 A:A and if I select a value the other txtboxes will populate that rows values.

    So if I select a value in A20

    Txtbox1 = B20
    Txtbox2 = C20
    Txtbox3 = D20
    etc...

    But I would then like to modify or change a value then have it update those fields.

    How can I accomplish that?

  2. #2
    VBAX Regular
    Joined
    Jul 2014
    Posts
    20
    Location

    Post How to do it

    Well, you need to create a Macro Enabled file.

    ExcelUpdateValues.zip

    Please let me know if this works.

Posting Permissions

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