Here's the situation: there's a userform with multiple textboxes and one of them may have data that needs to be manipulated before it can be inserted into a worksheet. More specifically a serial number in the format of:
X100001
X100002
X100003
etc..
Where "X" is a single letter that may change ("A", "V", "M", etc). Now in the event that the person entering the serial number accidentally enters in a leading letter ("X") then is there a way to remove that letter so that only the number remains? Also, is there a way to verify that the serial number has exactly 6 digits?
----------------------------------------
If you are reading this, then you have read too far...
X100001
X100002
X100003
etc..
Where "X" is a single letter that may change ("A", "V", "M", etc). Now in the event that the person entering the serial number accidentally enters in a leading letter ("X") then is there a way to remove that letter so that only the number remains? Also, is there a way to verify that the serial number has exactly 6 digits?
----------------------------------------
If you are reading this, then you have read too far...