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
New Name = InvCode:strFile = Left$(" & Text1.Text & ", 3)




Reply With Quote