Consulting

Results 1 to 2 of 2

Thread: Scrollbar controlling several Textboxes?

  1. #1
    VBAX Tutor
    Joined
    Jan 2008
    Posts
    266
    Location

    Scrollbar controlling several Textboxes?

    Can it be done?

    The attached file has a Userform that lists the information the user chooses.
    Load the userform and type ESSA in the first combobox and chose one of the Valid-times, depending on what time it is one or two of them might not work.

    But once you update you will see the data from ESSA airport, and it keeps going below the screen.
    Now how can i control all the textboxes at the same time?
    The best option might be to use a "stand alone" scrollbar and have it on the right, but it does not really matter that much how or where it is.

    Any suggestions or help would be appreciated.
    Attached Files Attached Files

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    If you can put you data in a series of ListBoxes rather than Textboxes, you can use the ListIndex of any selected item to align the other lists.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

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