do you know how to use the left function?
understoodCode: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!"
if not email me ok





Reply With Quote