+ Reply to Thread
Results 1 to 2 of 2

Create a Dynamic User Form

  1. #1
    Registered User
    Join Date
    05-31-2012
    Location
    Delhi, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Create a Dynamic User Form

    Hi,
    I needed some help in creating a dynamic user form. What I need to do is create a user form, which will have a certain number of values, based on some criteria. Example - Red, Blue, Green, Yellow for 1 criteria and Orange, Pink, Purple, White, Mauve for another criteria (These ranges of values can be present in another sheet in different colunmns). Next to these values should be check boxes where the user can select a subset of these values. After which I will be using the user selected values for some other calculations.

    Another approach could be select every value that I need in one box and click a button, which moves the value from one box to another box, and I use the values selected (that is, present in the 2nd box) for my calculations.

    Please let me know how to do this! And thanks for all the help!

  2. #2
    Registered User
    Join Date
    05-25-2012
    Location
    APO AE
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Create a Dynamic User Form

    Make a dropdown that contains the values that you want to pass. If you are using Textboxes, name the textbox and then attach whatever values you want the user to be able to choose from. In VBA it will look like this:

    Please Login or Register  to view this content.
    Then create another textbox and name it something, say "Input" and write the code like this:
    Please Login or Register  to view this content.
    Hope this helped.

    Nate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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