Format() Formats strings, dates, and numbers as specified. : String Function « Data Type « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Data Type
- String Function
Format() Formats strings, dates, and numbers as specified.
Sub strDemo15()
Debug.Print Format("ABCD", "<")
End Sub
Related examples in the same category