Thursday, June 3, 2010

Convert value into a currency

Dim MyValue, MyReturn
MyValue = 3583587
MyReturn = FormatCurrency(MyValue)
MsgBox MyReturn

No comments: