I am currently using VB6.Format to format a string such as 2 to 2.000 or from 100.000, but I have been looking on here at examples and haven't been able to figure out how to use the ToString or String.Format to get this working correctly. It needs to be able to take in any number and put three digits after the decimal places such as having 2.2 = 2.200
Thanks for the help in advanced! It needs to be done with the ToString or String.Format.