Mega Code Archive

 
Categories / VisualBasic Script / Data Type Functions
 

The Format function formats expressions in the style specified

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