Hello,
in one of my form i got a text box with a inputmask. This mask is set to receive 5 digits only.
After that, when i want catch this value in my VBA code, it prompt a error msg if the value in the text box isn t coresponding to the inputmask.
What i want do, is edit this msg that is prompt, so I could tell the user with more userfriendly message than the default one
Is it possible to do? Or might be better do my own mask inside VBA code instead
in one of my form i got a text box with a inputmask. This mask is set to receive 5 digits only.
After that, when i want catch this value in my VBA code, it prompt a error msg if the value in the text box isn t coresponding to the inputmask.
What i want do, is edit this msg that is prompt, so I could tell the user with more userfriendly message than the default one
Is it possible to do? Or might be better do my own mask inside VBA code instead