Is there a way for me to save a file and overwrite an existing file without a prompt to overwrite?
I am creating an excel file and when I saveAs, I do not want it to prompt to overwrite but I do want it to overwrite the existing file.
xlSheet.SaveAs "c:\FileName.xls"
Thanks.
I am creating an excel file and when I saveAs, I do not want it to prompt to overwrite but I do want it to overwrite the existing file.
xlSheet.SaveAs "c:\FileName.xls"
Thanks.