I have a ComboBox with names and codes. For example:
Brazil 1
USA 2
Italy 3
...

I want to take just the number to each item.
I have used the Val function, but this work just when the number is first. For example: 1 Brazil.
What can I do?
Thanks in advance!