Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Percent - The number is displayed multiplied by 100, with two decimal places, and with a percent sign

Sub formatDemo5()     Debug.Print Format("12345", "Percent") End Sub