Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am passing WorkPoint locations to a text file.
When the values get passed across I get whole numbers and decimals. I'd like to keep all with 2 place decimals.
Simplified,
roundedClosest = CStr(Round(5, 2))
Results in a text value of 5
Preference is to be 5.00
Any ideas?
Solved! Go to Solution.