Hi,
I am looking for a VB script to concatenate 3 columns as below:
A B C
abhimanyu Nagpal ECE
The output i want in A1 would be a single string with comma in the end of value from column C. Cell B1 and C1 values get deleted.
A B C
abhimanyu Nagpal ECE,
The number of such rows are not fixed, so need a loop to carry this concatenation operation until blank value in the cell is encountered.
thanks,
abhimanyu
I am looking for a VB script to concatenate 3 columns as below:
A B C
abhimanyu Nagpal ECE
The output i want in A1 would be a single string with comma in the end of value from column C. Cell B1 and C1 values get deleted.
A B C
abhimanyu Nagpal ECE,
The number of such rows are not fixed, so need a loop to carry this concatenation operation until blank value in the cell is encountered.
thanks,
abhimanyu