I have a text box on a userform where I want to write strings starting with 0.
At present, if I type in this number "00011" the displayed output will be "11" - the zeros are ignored.
What do I have to do in my code to be able to display the all strings beginning with "0".
Do I have to use the Afterupdate event, or the Change event to make this happen or to I have to include the code in the form Initialize event.
thanks