Use Function FormatCurrency in VB6
Use Function FormatCurrency in VB6
Rate Use Function FormatCurrency in VB6
(2(2 Vote))
MsgBox FormatCurrency("1234.5678", , vbUseDefault) '$1,234.57, your input is rounded by VB!
'or
MsgBox FormatCurrency(1234.5678, , vbUseDefault)
Use Function FormatCurrency in VB6 Comments
No comments yet — be the first to post one!
Post a Comment