I am trying to use the format function to take:
4245
and pad it so it appears like:
00000004245
I have tried using the Format function with the %d arguments, but I'm apparently not using it correctly.
Could someone give me an example of how to correctly format this information?
Thanks!
leslie
4245
and pad it so it appears like:
00000004245
I have tried using the Format function with the %d arguments, but I'm apparently not using it correctly.
Could someone give me an example of how to correctly format this information?
Thanks!
leslie