JulieMeeker
4 years agoQrew Cadet
Convert a number to text
I need to pad a number with 2 leading zeros to be able to read a legacy bar code. The ToFormattedText function does not actually convert the number so I can't use the PadLeft function. I know there ...