Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default No "save changes" when exiting Excel 2003

I have a client using Office 2003, Win XP.
When the close Excel, they are no longer being prompted to "save changes"
even though they have made changes. Needless to say, they are quite upset
since they are losing the changes they made unless they manually save the
file before closing.
I have searched and have not been able to find any reference to this.

Any help would be greatly appreciated.
Jim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 419
Default No "save changes" when exiting Excel 2003

JimR,

Are you familiar with VBA and using the VBE.

If so, open the VBE, display the Immediate window, enter the following line
of code and hit enter:

msgbox application.DisplayAlerts

If a message box pops up that says "FALSE" then enter the following line and
hit enter.

application.DisplayAlerts = True

If the message box said "TRUE", then I don't know what else it could
be.........sorry!

HTH,

Conan



"JimR" wrote in message
...
I have a client using Office 2003, Win XP.
When the close Excel, they are no longer being prompted to "save changes"
even though they have made changes. Needless to say, they are quite upset
since they are losing the changes they made unless they manually save the
file before closing.
I have searched and have not been able to find any reference to this.

Any help would be greatly appreciated.
Jim



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default No "save changes" when exiting Excel 2003

Conan,

An AMAZING little tidbit of info. Can't thank you enough. This helped us
narrow down the problem. This only occurs when using info exported from Act.
When you check the spreadsheet created by an Act export, the value is in fact
false.
All I need to do now is figure out how/why Act does this. I suspect they are
using an Excel template with this setting set to false by default.

Thank you!!

"Conan Kelly" wrote:

JimR,

Are you familiar with VBA and using the VBE.

If so, open the VBE, display the Immediate window, enter the following line
of code and hit enter:

msgbox application.DisplayAlerts

If a message box pops up that says "FALSE" then enter the following line and
hit enter.

application.DisplayAlerts = True

If the message box said "TRUE", then I don't know what else it could
be.........sorry!

HTH,

Conan



"JimR" wrote in message
...
I have a client using Office 2003, Win XP.
When the close Excel, they are no longer being prompted to "save changes"
even though they have made changes. Needless to say, they are quite upset
since they are losing the changes they made unless they manually save the
file before closing.
I have searched and have not been able to find any reference to this.

Any help would be greatly appreciated.
Jim




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 419
Default No "save changes" when exiting Excel 2003

JimR,

Act probably is running some code (macro) to export to XL.

Normally developers will toggle settings like these off & on in the code.
Near the beginning would be a command like this:

application.DisplayAlerts = FALSE

and there should be a command like this near the end of the code:

application.DsiplayAlerts = TRUE

Now, the code that ACT is using either doesn't have the second command
turning the setting back on (not very likely), or an error occurs during
execution that stops the execution so the second command doesn't get
executed, thus leaving the setting turned off. Also, there could be error
traping in the code that bypasses the second command when an error occurs,
thus leaving the setting turned off.

HTH,

Conan




"JimR" wrote in message
...
Conan,

An AMAZING little tidbit of info. Can't thank you enough. This helped us
narrow down the problem. This only occurs when using info exported from
Act.
When you check the spreadsheet created by an Act export, the value is in
fact
false.
All I need to do now is figure out how/why Act does this. I suspect they
are
using an Excel template with this setting set to false by default.

Thank you!!

"Conan Kelly" wrote:

JimR,

Are you familiar with VBA and using the VBE.

If so, open the VBE, display the Immediate window, enter the following
line
of code and hit enter:

msgbox application.DisplayAlerts

If a message box pops up that says "FALSE" then enter the following line
and
hit enter.

application.DisplayAlerts = True

If the message box said "TRUE", then I don't know what else it could
be.........sorry!

HTH,

Conan



"JimR" wrote in message
...
I have a client using Office 2003, Win XP.
When the close Excel, they are no longer being prompted to "save
changes"
even though they have made changes. Needless to say, they are quite
upset
since they are losing the changes they made unless they manually save
the
file before closing.
I have searched and have not been able to find any reference to this.

Any help would be greatly appreciated.
Jim






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
Can I change Excel 2003 default "save to" folder? Gene New Mexico Setting up and Configuration of Excel 1 May 9th 07 11:26 PM
In Excel 2003 is there a way to prevent "Save As" and "Print"? lucky2000 Excel Discussion (Misc queries) 3 April 26th 07 02:49 PM
"Save" and "Save As" options greyed out - "Save as Webpage" option Bill Excel Discussion (Misc queries) 0 January 16th 07 04:47 PM
Excel 2003 - Save As function inserts "Copy of" Tko2000 Excel Discussion (Misc queries) 1 September 15th 06 03:13 AM
What has happened to "Save As" in Excel 2003 Neil Excel Worksheet Functions 9 April 5th 06 06:10 AM


All times are GMT +1. The time now is 04:26 PM.

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

About Us

"It's about Microsoft Excel"