hersh006 0 Newbie Poster

- http://www.daniweb.com/forums/thread196171.html As far as I know you cannot save over a file that already exists. With Excel automation I always save the file to a temp file and overwrite the old file:

Interestingly this seems to work for me without having to make a copy, etc:

wb.Close(true, missing, missing);

Am I missing something here?