Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have macros which save the file name "temp.xls" which already exists. I want the macro to replace the existing file without waiting for the user to input a response. How do I write this in VBA ? Thanks in advance, Rocco |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs FileName:="temp.xls" Application.DisplayAlerts = True -- HTH RP (remove nothere from the email address if mailing direct) "Rocco" wrote in message ... Hi, I have macros which save the file name "temp.xls" which already exists. I want the macro to replace the existing file without waiting for the user to input a response. How do I write this in VBA ? Thanks in advance, Rocco |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum of Yes Response | Excel Worksheet Functions | |||
Response | Excel Discussion (Misc queries) | |||
How do I transform a word response to a numeric response? | Excel Discussion (Misc queries) | |||
How do I set up a daily call out response response register? | Excel Worksheet Functions | |||
Response | Excel Programming |