G
Gizzmo
I have a user form with a ListBox2 (which represents a list fo
'facility' code and description) that is populated when the form i
Initialized.
I also have a text box that represents the same 'facility' that i
populated when the user selects an item from a second ListBox1 (whic
looks at existing records on a spreadsheet and brings back records base
on a series of combo box selections made by the user).
What I would like to be able to do is once the tex box has bee
populated by selecting ListBox1, I would like for the items (NB: ther
can be multiple items in the text box i.e. I have a string of text i
the Facility code on the spreadsheet seperated by a carriage return i
the cell) that are now in the text box to be highlighted in List Box 2!
At the moment I have code that is able to populate the text box once th
user highlights multiple items in List Box 2 and exits, but I want t
able to do the revers i.e. have the items become highlighted in List Bo
2 (before the user has taken any action) based on the items in the tex
box.
Can any one help
'facility' code and description) that is populated when the form i
Initialized.
I also have a text box that represents the same 'facility' that i
populated when the user selects an item from a second ListBox1 (whic
looks at existing records on a spreadsheet and brings back records base
on a series of combo box selections made by the user).
What I would like to be able to do is once the tex box has bee
populated by selecting ListBox1, I would like for the items (NB: ther
can be multiple items in the text box i.e. I have a string of text i
the Facility code on the spreadsheet seperated by a carriage return i
the cell) that are now in the text box to be highlighted in List Box 2!
At the moment I have code that is able to populate the text box once th
user highlights multiple items in List Box 2 and exits, but I want t
able to do the revers i.e. have the items become highlighted in List Bo
2 (before the user has taken any action) based on the items in the tex
box.
Can any one help