Greetings All...
Setup:
I am providing the enduser (eu) a list of items in a ComboBox on a UserForm. When the eu selects an item from the ComboBox, a ListBox will populate with another list from which the eu can make a selection to open word/pdf docs providing the eu with written instructions about the topic selected in the ListBox.
Everything works great until the eu selects one of the items in the ComboBox list that is a number instead of text. When this happens the code brings back nothing.
I've tested this and if I change 435 to 435C the ListBox will populate with the links to the documents regarding the 435. If I remove the 'C' the code once again brings back nothing.
I have tried to change the format of the list that populates the ComboBox at the sheet level using the Format Cells window - No change.
So I'm assuming I have to fix this at the code level. Is there an easy fix to this?
Not sure what code I can provide to help you, help me...
But please let me know as, I definitely need help
Sincerely,
RT91
Setup:
I am providing the enduser (eu) a list of items in a ComboBox on a UserForm. When the eu selects an item from the ComboBox, a ListBox will populate with another list from which the eu can make a selection to open word/pdf docs providing the eu with written instructions about the topic selected in the ListBox.
Everything works great until the eu selects one of the items in the ComboBox list that is a number instead of text. When this happens the code brings back nothing.
I've tested this and if I change 435 to 435C the ListBox will populate with the links to the documents regarding the 435. If I remove the 'C' the code once again brings back nothing.
I have tried to change the format of the list that populates the ComboBox at the sheet level using the Format Cells window - No change.
So I'm assuming I have to fix this at the code level. Is there an easy fix to this?
Not sure what code I can provide to help you, help me...
But please let me know as, I definitely need help
Sincerely,
RT91