do you know how to use the left function?

Code:
Dim myString As String

myString = Left("Hello my name is David!", 5)
'myString now = "Hello"

'or for the right function

myString = Right(""Hello my name is David!", 6)
'myString now = "David!"
understood

if not email me ok