Grouping multiple rows

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
 
i'll check it out

looks prettier lol (no comma at the end on the list)

but still comes up with an error
 
Can you post a sample that will throw the error?
 

Users who are viewing this thread

Back
Top Bottom