Hi,
I'm trying to use the Textjoin function in VBA.
I know how to do it for the first row, but I'm having issues when I want it to apply for the whole column.
For example, I want it to start at AH2 and the formula on the cell should be =TEXTJOIN("-",TRUE,I2,AE2,AF2,AG2).
For AH3 the formula should be =TEXTJOIN("-",TRUE,I3,AE3,AF3,AG3) and the same for AH4...
I know it should be something for i =1 in the range ... but I can't figure it out. (for each cell in range)
Any help would be really appreciated.
Thanks!
I'm trying to use the Textjoin function in VBA.
I know how to do it for the first row, but I'm having issues when I want it to apply for the whole column.
For example, I want it to start at AH2 and the formula on the cell should be =TEXTJOIN("-",TRUE,I2,AE2,AF2,AG2).
For AH3 the formula should be =TEXTJOIN("-",TRUE,I3,AE3,AF3,AG3) and the same for AH4...
I know it should be something for i =1 in the range ... but I can't figure it out. (for each cell in range)
Any help would be really appreciated.
Thanks!