ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Saving files automatically (https://www.excelbanter.com/excel-programming/440506-saving-files-automatically.html)

Richard Burton[_2_]

Saving files automatically
 
Hi,

I have a macro to save a number of different versions of my file for
different budget holders. When this is run, it recognises that the file
already exists and prompts to allow it to be overwritten. Is there some VBA I
can add to accept the prompt automatically?

Thanks

Richard

Dave Peterson

Saving files automatically
 
application.displayalerts = false
'your code to save
application.displayalerts = true



Richard Burton wrote:

Hi,

I have a macro to save a number of different versions of my file for
different budget holders. When this is run, it recognises that the file
already exists and prompts to allow it to be overwritten. Is there some VBA I
can add to accept the prompt automatically?

Thanks

Richard


--

Dave Peterson

Jacob Skaria

Saving files automatically
 
Application.DisplayAlerts = False
Activeworkbook.SaveAs filename
Application.DisplayAlerts = True

--
Jacob


"Richard Burton" wrote:

Hi,

I have a macro to save a number of different versions of my file for
different budget holders. When this is run, it recognises that the file
already exists and prompts to allow it to be overwritten. Is there some VBA I
can add to accept the prompt automatically?

Thanks

Richard



All times are GMT +1. The time now is 01:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com