The basic function of RangeToString() is to join several cell values into one text string, delimited by a specified character. In plain English, it allows us to take a range of cells, and join their values into a single string of text, but separated by a character of our choosing.
Read More