Hi, First my account has some how disapere from this forum and that’s sad Nothing to do just to accept the fact…
I have new question. I’m working with a textbox and trying to find out if the value is a number.
I have tried to use ”Is numeric”
I want to distingish if the input is ”123A4” or ”ABCD” from a straight imput with just numbers like 1111. In my code its all No Numeric
I have also tried to use the error handling like divide the input with 1… You cant divide AAA/1 then You get a error … If I somehow can use that errorcode disconect and connect it with an action, like ”on error” in VBA
There is problebly som other way to deal with this and I’m grateful for all help I can get