Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have code written in VBA and at the end of the code i have this
ChDir "E:\Joss Blaze\temp" ActiveWorkbook.SaveAs Filename:="E:\Joss Blaze\temp\temp.xls", FileFormat:= _ xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _ , CreateBackup:=False MsgBox "Extraction Successful Proceed To Access", vbInformation, "Info." ActiveWorkbook.Close Application.Quit Excel.Application.Quit can anyone tell me how to overwrite the temp file automaticallywith out having to click yes while the messege "this files already exists do you want to overwrite...." thank you jordan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Overwriting cells | Excel Discussion (Misc queries) | |||
Overwriting most of a workbook | Excel Discussion (Misc queries) | |||
Overwriting #DIV/0 value using ISERROR | Excel Discussion (Misc queries) | |||
Spreadsheets are overwriting each other | Excel Discussion (Misc queries) | |||
Overwriting a file automatically using saveas in a macro | Excel Programming |