I am trying to join many (300+) cells many (100+) times, and believe macro is probably the best way of achieving this.
The internet has suggested using concantenate trickery to achieve this:
=CONCANTENATE(B2:B400) and press F9 whilst highlighting the array, and remove the curly brackets.
This works wonderfully if done by a person. However whilst recording the macro, excel decides to insert the values (i.e. =CONCANTENATE("a", "b", "c")) rather than the trickery. Is there a way around this? I've thought of using sendkeys but, for obvious reasons, I'd rather not.
Or is it better to forego this method entirely and use some sort of loop to join them all together?
Thanks for your help!
Lukas