thanks, used your code, works great, except if the value happens to be at the end of the array. I added: + "," to the word list so that the next comma position can be found at the end of the word list.wordList = Join(arr, ",")+ ","
thanks, used your code, works great, except if the value happens to be at the end of the array. I added: + "," to the word list so that the next comma position can be found at the end of the word list.
ReplyDeletewordList = Join(arr, ",")+ ","