Woffy
New Member
- Joined
- Oct 21, 2011
- Messages
- 9
I have a macro which will return a list of text values in a column. The length of the list can vary according to the data to which the macro is applied. I want to concatenate the values, split by ", " (as the next step in the macro, rather than by hand).
I understand how to do this if I know the length of the list (similarly to this thread: http://www.mrexcel.com/forum/showthread.php?t=479) but I want to know if there is a way to concatenate all the cells in a range using a single command, rather than by refering to each cell separately (as I don't know how many cells there will be).
Thanks
I understand how to do this if I know the length of the list (similarly to this thread: http://www.mrexcel.com/forum/showthread.php?t=479) but I want to know if there is a way to concatenate all the cells in a range using a single command, rather than by refering to each cell separately (as I don't know how many cells there will be).
Thanks