A
amcom
I am trying to save a file in CSV format by calling SaveAs, using Excel
automation. But got two issues (maybe one)
1) If the CSV file exists, a message box pops up, "the file exists, do you
want to replace it?". I don't want this message box and want to overwrite it
anyway.
2) Even I answer "Yes" in last question, if I exit my automation program,
another message box pops up, "do you want to save the change you made to the
csv file?". I don't want this message box neither.
So is there anyway to finish this automation in a "silent mode" without
these message box showing up? Any suggestions? Thanks a lot.
automation. But got two issues (maybe one)
1) If the CSV file exists, a message box pops up, "the file exists, do you
want to replace it?". I don't want this message box and want to overwrite it
anyway.
2) Even I answer "Yes" in last question, if I exit my automation program,
another message box pops up, "do you want to save the change you made to the
csv file?". I don't want this message box neither.
So is there anyway to finish this automation in a "silent mode" without
these message box showing up? Any suggestions? Thanks a lot.