Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Automatically saving changes

Hi

Is there any way to avoid clicking "Yes" every time at the "Do you want to
save the changes you made to XXXXXX.xls file?" dialog box? and setting this
option by default

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Automatically saving changes

you could paste this into Thisworkbook mod

Private Sub Workbook_BeforeClose(Cancel As Boolean)
ThisWorkbook.Save
End Sub

"Jens Palacios Neffke" wrote:

Hi

Is there any way to avoid clicking "Yes" every time at the "Do you want to
save the changes you made to XXXXXX.xls file?" dialog box? and setting this
option by default

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Automatically saving changes

Thanks

"Mike" wrote:

you could paste this into Thisworkbook mod

Private Sub Workbook_BeforeClose(Cancel As Boolean)
ThisWorkbook.Save
End Sub

"Jens Palacios Neffke" wrote:

Hi

Is there any way to avoid clicking "Yes" every time at the "Do you want to
save the changes you made to XXXXXX.xls file?" dialog box? and setting this
option by default

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Automatically saving changes

Do the following:

1. On the Tools menu, click Options.
The Option dialog box is diaplayed.
2. In the Options dialog box, click the Save tab.
3. Under Settings, select the Save AutoRecovery info every check box.
4. In the Save AutoRecovery info every text box, enter a numeric value in
minutes or click the arrow to select a time in minutes. It is recommended
that you specifiy the minimum value so that application automatically save
the workbook.
5. Click OK.

Challa Prabhu



"Jens Palacios Neffke" wrote:

Hi

Is there any way to avoid clicking "Yes" every time at the "Do you want to
save the changes you made to XXXXXX.xls file?" dialog box? and setting this
option by default

Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically saving changes Jens Palacios Neffke Excel Discussion (Misc queries) 1 April 17th 07 07:52 AM
Automatically Saving an Excel Document as a Web Page Danimagus Excel Discussion (Misc queries) 0 June 1st 05 06:34 PM
Excel: Automatically Saving as Web Page Danimagus Excel Discussion (Misc queries) 0 May 31st 05 08:26 PM
Excel: Automatically Saving as Web Page Danimagus Excel Discussion (Misc queries) 0 May 31st 05 07:32 PM
FILES CREATED AUTOMATICALLY WHILE SAVING Venoy Varghese P Excel Discussion (Misc queries) 0 March 30th 05 04:01 PM


All times are GMT +1. The time now is 09:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"