AndrewGKenneth
Board Regular
- Joined
- Aug 6, 2018
- Messages
- 59
Hi there,
This may take a while as what I am trying to acheive I believe is quite complicated. So I have a table on Sheet2 of my excel workbook, which is poulated by a userfrom, from range BO:BT. In column BO there will be a unique identifier that will appear usually more than once in the column.
I would then like to use the userform, based upon the value in a userform textbox matching with the unique identifier in column BO, to show in a combobox all the corresponding values linked to the unique identifier from the table in column BQ.
The values shown in the combobox would then obviously change if the unique identifier changes in the userform, based upon the table in sheet2.
The difficulty is these are not set values and will be fluid, therefore the will not be predictable prior to the user entering the information. The table will be continually updating. Any help will be much appreciated.
Thanks in advance,
Andrew
This may take a while as what I am trying to acheive I believe is quite complicated. So I have a table on Sheet2 of my excel workbook, which is poulated by a userfrom, from range BO:BT. In column BO there will be a unique identifier that will appear usually more than once in the column.
I would then like to use the userform, based upon the value in a userform textbox matching with the unique identifier in column BO, to show in a combobox all the corresponding values linked to the unique identifier from the table in column BQ.
The values shown in the combobox would then obviously change if the unique identifier changes in the userform, based upon the table in sheet2.
The difficulty is these are not set values and will be fluid, therefore the will not be predictable prior to the user entering the information. The table will be continually updating. Any help will be much appreciated.
Thanks in advance,
Andrew