- Local time
- Yesterday, 16:33
- Joined
- Aug 30, 2003
- Messages
- 36,272
Well, that was pretty quick and dirty. It's probably failing when it tries to trim the trailing semi-colon. Try this addition:
Code:
If Len(Concat) > 0 Then
Concat = Left(Concat, Len(Concat) - 1)
End If