Hi All,
I have a combo box in a user form that I would like to populate with the values contained in a named range. I am currently using RowSource - ShipNumber.
ShipNumber is the dynamic named range in column A of my spread sheet. Typical data in this range could look like this:
1
2
3
1A
1B
2A
4
5
1C
3A
The combo box list I am trying to achieve should exclude all numbers that contain text to achieve a result like this:
1
2
3
4
5
Numbers can be anywhere from 1 to 10 digits long and the text suffix will always be only one letter - "A", "B", "C", "D" or "E".
I have tried many variations of different approaches found online but have not been able to find anything that specifically targets this issue.
Is there a dynamic named range formula or other method, perhaps a vba solution upon initialisation of the user form, that could achieve this?
Many thanks in advance!
Regards,
Bookmarks