try this and let me know....
Sheet2.Cells(1, 1) = """"""
the above code will insert double quotes in a cell.....
if u want to add double quotes along with string use this code:
Sheet2.Cells(i, 6) = "Sathish" & """" & tc_id & """" & "Kumar"
here tc_id mentions the variable... if the value of...