Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use "ActiveWorkbook.Save" to save the Excel worksheet as I exit the
program. In code, how can I prevent the system from advising that the file already exists and asking if I want to replace the existing file? Regards, Bob Mignault |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs (etc.) best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "Bob Mignault" wrote in message ... I use "ActiveWorkbook.Save" to save the Excel worksheet as I exit the program. In code, how can I prevent the system from advising that the file already exists and asking if I want to replace the existing file? Regards, Bob Mignault |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Excel 2007 file in 2003 creates very large file | Excel Discussion (Misc queries) | |||
Excel should let me sort the file directory when saving a file | Excel Discussion (Misc queries) | |||
Saving multi-tab excel file created from comma delimited text file | Excel Programming | |||
How do I stop Excel 2000 from saving file history from file that . | Excel Discussion (Misc queries) | |||
saving an excel file as an ASCII text file without delimiters | Excel Programming |