Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I save off a backup copy of the sheet using the Auto_Close sub. However, I
always get asked to save it since a copy exists already. ActiveWorkbook.SaveAs "h:\VBA Work\Transit Master_0.3\Transit Master_0.3.xls" always returns the message to save. Can I save this off and avoid the prompts like I can when I close a file |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Precede the save code with
Application.DisplayAlerts = False and set it back to true afterwards. -- HTH RP (remove nothere from the email address if mailing direct) "Jeff" wrote in message ... I save off a backup copy of the sheet using the Auto_Close sub. However, I always get asked to save it since a copy exists already. ActiveWorkbook.SaveAs "h:\VBA Work\Transit Master_0.3\Transit Master_0.3.xls" always returns the message to save. Can I save this off and avoid the prompts like I can when I close a file |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save Prompts | Excel Worksheet Functions | |||
file prompts: open or save? | Excel Discussion (Misc queries) | |||
how do I get prompts to either open or save a download? | Excel Discussion (Misc queries) | |||
print prompts save as | New Users to Excel | |||
Save Excel file - prompts to save - no Volitile functions used | Excel Worksheet Functions |