I
IT_roofer
I tried to search, but nothing turned up (could be me! )
I'm putting together a rather large and complex set of userforms/worksheets
for my work and it's an "information from Userform1 leads into Userform2...
leads into Userrform3 (etc)" type of situation. Of course, I'm in a time
crunch so I don't have the option of setting up an Access DB (unfortunately)
and, due to the size of the form, loading all the ComboBoxes (and other
things) using an Initialize routine has started to slow down the startup of
the userform(s). So (hopefully) with minimal confusion, here's the question:
Is it possible to populate a ComboBox with items from an outside text file
depending on the caption of a label?
For example: On Userform1, a user had the choice of planes, trains or
automobiles. Trains was the option selected so the caption for a label on
Userform2 is "Trains". Can a ComboBox then be populated by trains.txt with
itmes like "Locomotive Info", "Boxcar Info", Flatcar Info", "Caboose Info",
etc ?
I'm putting together a rather large and complex set of userforms/worksheets
for my work and it's an "information from Userform1 leads into Userform2...
leads into Userrform3 (etc)" type of situation. Of course, I'm in a time
crunch so I don't have the option of setting up an Access DB (unfortunately)
and, due to the size of the form, loading all the ComboBoxes (and other
things) using an Initialize routine has started to slow down the startup of
the userform(s). So (hopefully) with minimal confusion, here's the question:
Is it possible to populate a ComboBox with items from an outside text file
depending on the caption of a label?
For example: On Userform1, a user had the choice of planes, trains or
automobiles. Trains was the option selected so the caption for a label on
Userform2 is "Trains". Can a ComboBox then be populated by trains.txt with
itmes like "Locomotive Info", "Boxcar Info", Flatcar Info", "Caboose Info",
etc ?