Use Function FormatPercent in VB6
Use Function FormatPercent in VB6
Rate Use Function FormatPercent in VB6
(2(2 Vote))
MsgBox FormatPercent("0.1234", , vbUseDefault) '12.34%
'or
MsgBox FormatPercent(0.1234, , vbUseDefault) '12.34%
Use Function FormatPercent in VB6 Comments
No comments yet — be the first to post one!
Post a Comment