Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you tell me how to write the VBA code or amend the code below t
save and overwrite the path of an existing file without excel promptin the user to click yes to overwrite that file. Thanks ActiveWorkbook.SaveAs Filename:="C:\TEMP\file.xls", _ FileFormat:=xlNormal, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=Fals -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop prompting for save the changes in Excel | Excel Discussion (Misc queries) | |||
Excel Macro Save CSV Cell without Prompting | Excel Discussion (Misc queries) | |||
File closes without prompting to save | Excel Discussion (Misc queries) | |||
calculation - prompting to save when file closes | Excel Discussion (Misc queries) | |||
Excel not prompting to save Add-ins | Excel Programming |