Application.thisworkbook.saveas .. Is there a way to bypass "Overwrite" popup?

  • Thread starter Thread starter kenji4861
  • Start date Start date
K

kenji4861

I do a "application.thisworkbook.saveas" everytime to a different
location, and sometime even on the same file.

When I hit the same file, is there a way to make it so the "Overwrite"
popup does not show up? Thanks!
 
You might try putting Application.DisplayAlerts = False just before your
..SaveAs command, then reset to Application.DisplayAlerts = True afterwards.

Ed

kenji4861 said:
I do a "application.thisworkbook.saveas" everytime to a different
location, and sometime even on the same file.

When I hit the same file, is there a way to make it so the "Overwrite"
popup does not show up? Thanks!


------------------------------------------------



~~Now Available: Financial Statements.xls, a step by step guide to
creating financial statements
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top