Ö
Örjan Skoglösa
I would like to return the numbers from a string, but unfortunately
the string starts with characters and therefore the function Value
returns "0".
I have thought about using the function InStr to get the position of
the first number (the string and the position differ) and then put
"Mid" inside "Val", but if I understand correctly, I can´t use jokers
in InStr to get this position.
How do I find the position of the first number in a string?
TIA
Örjan Skoglösa
the string starts with characters and therefore the function Value
returns "0".
I have thought about using the function InStr to get the position of
the first number (the string and the position differ) and then put
"Mid" inside "Val", but if I understand correctly, I can´t use jokers
in InStr to get this position.
How do I find the position of the first number in a string?
TIA
Örjan Skoglösa