Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following code to save the Workbook with a new name. I want
to overwrite the old file by the same name. I would like to avoid getting the dialog box asking if I want to replace "Latest Import.csv". Is there a way to simply replace it without the dialog box? Sheets("Manipulation").Select ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\Scott\My Documents\Latest Import.csv" _ , FileFormat:=xlCSV, CreateBackup:=False Thank you in advance, Scott |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel File Overwrite | Excel Discussion (Misc queries) | |||
accidental file overwrite | Excel Discussion (Misc queries) | |||
retrieving of overwrite excel file? | Excel Discussion (Misc queries) | |||
Say 'YES' to overwrite file | Excel Programming | |||
how to overwrite a write reserved file? | Excel Programming |