How do I use vba to merge the contents of 3 columns on one row into a new cell on that row with each former cell separated with a comma and the last entry in quotation marks?
e.g.
AA BB CC would merge to AA,BB,"CC" in a new cell and the process repeats for n rows
I've found lots of ideas to create a single column from data but not to execute a horizontal merge.
Thanks
e.g.
AA BB CC would merge to AA,BB,"CC" in a new cell and the process repeats for n rows
I've found lots of ideas to create a single column from data but not to execute a horizontal merge.
Thanks
Last edited: