PleaseGiveHelp
Programmer
Ok so .csv files are a little tricky. I find when I save a .csv file, I am prompted to save yet again before I close the window. Is there any way to prevent the second saving? The reason I ask is because I have written an application to perform some changes to a spreadsheet (.csv file) and then save. It does the save but because there is the 2nd save (which I want to answer NO to) I am still prompted to save. Is there anyway I can pass through the NO within my code so I don't have to answer the second prompt?