Hello,
I'm getting an 'Invalid Procedure call or argument' error on this line. strTemp = Left$(InitialArray(x), InStr(InitialArray(x), "|") - 1)
I can change the '-1' to a '+1' and it works fine but gives me an extra character that I don't want. What I'm trying to to is just get the string up to the delimiter, but not the delimiter. I can't figure out why I keep getting an error. Can somebody please help..
Thanks, Rick
