I have a list of a couple thousand customer numbers. Some of them are 5 digits long and some are 6. I was just told that we have to have them all the same number of digits long. So, I am going to add a leading zero to them. Example the number is 12345 I want to make it 012345. Does anyone know of an easy way to format all these to have a leading zero, so I don't have to go through a couple of thousand of these and type a zero in there??? Thanks!