Hi all,
I am new to this forum and have just started reading VBA for dummies. I am trying to convert a number to a specific format. I need the number to be 8 digits where the last three represent decimal places. For example, if the number is 35.75, then I would need it to be converted to 00035750. If the number is 1250, I would need it to be converted to 01250000. Please advise if there is a way I can do this. Thanks!
-Hash
I am new to this forum and have just started reading VBA for dummies. I am trying to convert a number to a specific format. I need the number to be 8 digits where the last three represent decimal places. For example, if the number is 35.75, then I would need it to be converted to 00035750. If the number is 1250, I would need it to be converted to 01250000. Please advise if there is a way I can do this. Thanks!
-Hash