Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is there any way to automatically save changes to an open excel sheet using for example the beforeclose event trigger without prompting the user? Cheers -- mattsvai ------------------------------------------------------------------------ mattsvai's Profile: http://www.excelforum.com/member.php...o&userid=31134 View this thread: http://www.excelforum.com/showthread...hreadid=512223 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the workbook's module BeforeClose even place a save command as illustrated
below: ================================================== ==== Private Sub Workbook_BeforeClose(Cancel As Boolean) ActiveWorkbook.Save End Sub ================================================== ==== -- Kevin Backmann "mattsvai" wrote: Is there any way to automatically save changes to an open excel sheet using for example the beforeclose event trigger without prompting the user? Cheers -- mattsvai ------------------------------------------------------------------------ mattsvai's Profile: http://www.excelforum.com/member.php...o&userid=31134 View this thread: http://www.excelforum.com/showthread...hreadid=512223 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 2 thumbs up! That's exactly what I wanted : -- mattsva ----------------------------------------------------------------------- mattsvai's Profile: http://www.excelforum.com/member.php...fo&userid=3113 View this thread: http://www.excelforum.com/showthread.php?threadid=51222 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opened Autosave but when closing workbook Autosave closes itself | Excel Worksheet Functions | |||
Excel shoud not close all active books when clicking close button | Excel Discussion (Misc queries) | |||
autosave before close | Excel Programming | |||
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? | Excel Programming | |||
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? | Excel Programming |