Alfredomulet
MIS
Hello there,
How can I format a number into a string such as "V00000000000"
For example:
valor = 4736718 will return: V00004736718
valor = 82213944 will return: V00082213944
I guess it's with a function like
but I can't figure it out...
Thanks a lot!
alfredo
How can I format a number into a string such as "V00000000000"
For example:
valor = 4736718 will return: V00004736718
valor = 82213944 will return: V00082213944
I guess it's with a function like
Code:
Selection.NumberFormat = "V00000000000"
but I can't figure it out...
Thanks a lot!
alfredo