Hello,
I have a userform with textboxes. One of the textboxes must be a string with 12 characters long (numeric). If the user only inputs 4 digits then I want the textbox to automatically fill the rest of the string with zeros (I want the zeros to be padded out to the left so the numeric digits go to the right)
Does anyone know what code I could use to make this happen and where the code would go? (ie textbox, command button etc)
Thankyou!
Bookmarks