Hi Everyone,

Is there any such thing as a left$. I want to capture the first 3 letters of a name but I cannot get the VB program to recognize the Left$ procedure. For example, I want this.

Name = Inventory

Code:
strFile = Left$(" & Text1.Text & ", 3)
New Name = Inv