PDA

View Full Version : Scrollbar controlling several Textboxes?



Ago
03-17-2011, 01:30 PM
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. :thumb

mdmackillop
03-17-2011, 03:07 PM
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.