Azza87
New Member
Hello,
I am trying to textjoin + transpose a bunch of cells containing text from one worksheet to another. I could use the basic textjoin equation but I have over 200 sets of cells that I would need to apply the equation to, and it would be quite tedious to do it manually.
I thought that setting up a vba code with a command button should do the trick, especially since the sets of data will be constantly updated.
The way I set up the textjoin formula is in the following manner:
=TEXTJOIN(CHAR(10),TRUE,Sheet1!B6:B8)
That is because i want to have the cells displayed with a line space between each of them, as opposed to it being all in one line.
I am having some trouble writing up the code to include both the transpose and textjoin functions. I have attached an excel sheet to better display what I am trying to achieve.
Any help or tips would be highly appreciated.
A
I am trying to textjoin + transpose a bunch of cells containing text from one worksheet to another. I could use the basic textjoin equation but I have over 200 sets of cells that I would need to apply the equation to, and it would be quite tedious to do it manually.
I thought that setting up a vba code with a command button should do the trick, especially since the sets of data will be constantly updated.
The way I set up the textjoin formula is in the following manner:
=TEXTJOIN(CHAR(10),TRUE,Sheet1!B6:B8)
That is because i want to have the cells displayed with a line space between each of them, as opposed to it being all in one line.
I am having some trouble writing up the code to include both the transpose and textjoin functions. I have attached an excel sheet to better display what I am trying to achieve.
Any help or tips would be highly appreciated.
A