I need to convert a "column of numbers", say 342.21 into 34221 with a number of leading zeroes. Expected end result would be 0000000000034221. What specific format or code should I use in vba to get this?
I am trying to convert an excel file to text file using vba. The field length for the end result is fix at 16 digits and length for the "column of numbers" may vary. Hope you can help me.
Thank you very much.
