Macro to combine cells
The text from all columns is merged into the first column.
In article ,
Bob wrote:
I got this to run without error messages, however,I don't see where the
combined cells are (I did switch vTxtArr(i, 1) = vTxtArr(i, 1) & sDelim &
vTxtArr(i, j)as suggested) .
|