Left Function

Returns the number of leftmost characters that you specify of a string expression.

Syntax:


Left (Text As String, n As Long)

Return value:

String

Parameters:

Text: Any string expression that you want to return the leftmost characters from.