If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Prompt to save

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-24-04, 17:47
MDAUME MDAUME is offline
Registered User
 
Join Date: Jun 2004
Posts: 12
Prompt to save

Can a file be configured so that it dosent ask if you want to save changes upon exit?

Matthew
Reply With Quote
  #2 (permalink)  
Old 06-25-04, 06:03
DavidCoutts DavidCoutts is offline
Registered User
 
Join Date: Jan 2004
Location: Aberdeen, Scotland
Posts: 1,067
you can put in the workbook_beforeclose Event you can add the code

ThisWorkbook.Saved = true
but if you want the workbook be saved make make sure you put the code into the event ot save the workbook

HTH
David
Reply With Quote
  #3 (permalink)  
Old 06-25-04, 09:18
MDAUME MDAUME is offline
Registered User
 
Join Date: Jun 2004
Posts: 12
Quote:
Originally Posted by DavidCoutts
you can put in the workbook_beforeclose Event you can add the code

ThisWorkbook.Saved = true
but if you want the workbook be saved make make sure you put the code into the event ot save the workbook

HTH
David
Worked Perfect!

Thank you David.

Matthew
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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