Left() Returns a substring from the left side of a string.
Sub strDemo5() Debug.Print Left("Test", 2) End Sub