excel save file upon exit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What causes excel to prompt to save a file upon exit. I have made no changes
and the file has no external links.
 
Sarah

If the workbook you opened was created in an earlier version of Excel you will
get the "save changes" message.

Save as 2003 version.

You will also get the message if you have used any volatile function(s) in your
workbook.

Could be a NOW() or TODAY()

List of volatile functions........

AREAS()
OFFSET()
CELL()
INDIRECT()
NOW()
TODAY()
RAND()

Any one or more of these would cause the workbook changes.


Gord Dibben MS Excel MVP
 
Thank you so much. That was it!

Gord Dibben said:
Sarah

If the workbook you opened was created in an earlier version of Excel you will
get the "save changes" message.

Save as 2003 version.

You will also get the message if you have used any volatile function(s) in your
workbook.

Could be a NOW() or TODAY()

List of volatile functions........

AREAS()
OFFSET()
CELL()
INDIRECT()
NOW()
TODAY()
RAND()

Any one or more of these would cause the workbook changes.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top