I am curious, if there is option in VBA to check if string is just text or its number in scientific format e.g.(0,212E+01).
I tried isNumeric, val
and some other functions,but without success. Also I found solution which is testing middle character and if its number, but it seems a bit shabby to me.
So my question is, if there is some more reliable solution to determine this?
Edit:
So steveo40 is correct, my mistake was in decimal separator....