Using VbScript::
I have a list of several different prices and I'm trying to figure out how to round these 5 decimals adding zeros if necessary.
For example:
I want
2.84
3.1
4.896
to look like
2.84000
3.10000
4.89600
Can somebody please help me? Thanks!