Consulting

Results 1 to 3 of 3

Thread: Sleeper: input values in appropiate textbox on first userform

  1. #1
    VBAX Newbie
    Joined
    Feb 2005
    Posts
    2
    Location

    Sleeper: input values in appropiate textbox on first userform

    I hope somebody can help me here

    I have two userforms
    On the first one y have five textboxes AND on the second one that I call from a button on the first I have a combobox .

    I need something to know how to tell the combo where to put the values in if I call the second userform.

    Or is there a way to work with both userforms at the same time?

    Regards
    RichNL

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by RichNL
    I need something to know how to tell the combo where to put the values in if I call the second userform.
    What values in the combox, that is where will you source the data from?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Master Killian's Avatar
    Joined
    Nov 2004
    Location
    London
    Posts
    1,132
    Location
    Hi Rich

    I assume you want to transfer the values in the textboxes to the combobox when calling the second form. (?)

    I've attached a basic example that does this and displays the second form next to the first, tho you may find it easier if you use a multipage/tabstrip/frames to group the controls for each section of your process, or change the width of the first form to expose a new set of controls.
    K :-)

Posting Permissions

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