Joined
·
4,936 Posts
OK, I'm stumped. I'm using VBA in a program called Reflection by IBM to create and close my service center tickets. I'm trying to use the Left function in VBA to get the first three character of a customer's fax number but I am getting an error "Wrong Number of Arguments or Invalid Property Assignment"
Everything works fine when I use the MID and RIGHT functions....I'm only getting this error with the LEFT function
I've used this function a million times and never had a problem. I'm positive that the syntax and format of my LEFT statement is fine. Does anyone have a clue what is going on?
Rollin
Everything works fine when I use the MID and RIGHT functions....I'm only getting this error with the LEFT function
Rollin