What is the best way to convert a range of cells to a string?
I have a function that only takes a string as input so I need to convert the range to a string, while retaining
Given the apparent need to iterate the range, I'd imagine it'd be considerably quicker to copy the range to an array first, and build the string by looping the array.