+ Reply to Thread
Results 1 to 2 of 2

Userform Textbox Sorting

  1. #1
    Registered User
    Join Date
    07-19-2005
    Posts
    6

    Userform Textbox Sorting

    I have 6 textboxes that get filled with text by another control. I want them to go in order from 1 to 6 accross the form. If there is no text in the text box Visible = false.

    Examples:
    If textbox3 is filled and textbox1 is filled next then I need textbox1 to be put in front of textbox3.

    So if the textboxes were filled in the following order 1 2 6 4 3 they would be rearranged to be 1 2 3 4 6.

    This is confusing I know. Here is my lamens code to what I think should happen.

    For textboxes that visible = true
    those textboxes order = 1 to 6

    If you need clarification please ask.
    Thanks,
    Mike

  2. #2
    Registered User
    Join Date
    07-19-2005
    Posts
    6
    This is the code I'm using to put one box after another but I can't figure out how to sort them.

    Please Login or Register  to view this content.

+ 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