Format() Formats strings, dates, and numbers as specified.
Sub strDemo15() Debug.Print Format("ABCD", "<") End Sub