Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I'd like to have a macro to NOT have excel ask me if I want to replace the existing file when i save, ie, when I save a file and there's already one in the folder, I want excel to just overwrite the file without having a dialogue box asking me if I want to overwrite the existing file. Is it possible? Regards, Dolphin |
#2
![]() |
|||
|
|||
![]()
Hi, Fish. :) Dave Hawley has an article he
http://www.ozgrid.com/VBA/prevent-save-prompt.htm ************ Anne Troy www.OfficeArticles.com "Dolphinv4" wrote in message ... Hi, I'd like to have a macro to NOT have excel ask me if I want to replace the existing file when i save, ie, when I save a file and there's already one in the folder, I want excel to just overwrite the file without having a dialogue box asking me if I want to overwrite the existing file. Is it possible? Regards, Dolphin |
#3
![]() |
|||
|
|||
![]() Dolphin Try Application.DisplayAlerts = False save file Application.DisplayAlerts = True -- mudraker ------------------------------------------------------------------------ mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473 View this thread: http://www.excelforum.com/showthread...hreadid=478670 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Links picking up values from an older version of linked file | Links and Linking in Excel | |||
How to set SAVE AS file name to equal A1 contents when rename file | Excel Discussion (Misc queries) | |||
Macro to auto save file using the format YYMM | Excel Discussion (Misc queries) | |||
how to reference external refereces from a list | Excel Worksheet Functions | |||
save excel file from a table delimited file (.txt) using macros | New Users to Excel |