Hi,
In my user form, i ll get input of file name from the user, and i prevented typing ambitious characters (*<>/). I added code, when textbox value is changed the code will check the key pressed is any of these spl char, it will check the ascii values and will not allow the value to be typed in the textbox.
But there is another option, user can paste those chars. So pls help me in preventing the same
In my user form, i ll get input of file name from the user, and i prevented typing ambitious characters (*<>/). I added code, when textbox value is changed the code will check the key pressed is any of these spl char, it will check the ascii values and will not allow the value to be typed in the textbox.
But there is another option, user can paste those chars. So pls help me in preventing the same