concatenate column list to textbox with comma delimiter
I have a column of values (numbers) that start at G4 and could go down the column to an unpredictable length. I would like to join the cell values with a comma delimiter in a userform text box (GainTextBox) on its initialize event.
Any help would be appreciated!