Data Type Functions VisualBasic Script

Sub FormatData()
   Debug.Print Format$(50, "Currency")
End Sub