Hi,
I created the below sub to convert a single column of values (of varying amounts) into a single, comma separated string.
Thus if Column A on "Sheet1" contains:
50
55
60
65
70
75
The procedure will convert that to a comma separated string on a new worksheet ("List1"), e.g.:
50, 55, 60, 65...