Hi All,

This post actually involves 2 questions

Question 1:

I would like to loop through column 2 of the datagridview so that each value can be placed into a string. Any suggestions on the for loop?

Question 2

In the second datagridview, I will be extracting all values to a CSV File(That part is complete). In the CSV file, I want to put a space after the 3rd and 4th comma. I would also like to remove the last comma on each line.