Hello everyone,
I have a list box which allows return of multiple values. I have some VBA which builds a string of all the values returned, and has put a comma between each value selected.
The values at the moment are just numbers, so the string looks like
307, 328, 400, 420, 502
I have a...