View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Prompt to Save Message

Some function are "volatile" which means they are calculated when the
file is opened (as well as with every calculation). NOW(), for
example, is calculated at open so that the time is current. There are
about a dozen function that are volatile. If your sheet contain such a
function and it calculates at open, Excel sees this as a change and
thus prompts to save when the workbook is closed, even if you didn't
change anything yourself.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Wed, 10 Dec 2008 11:42:01 -0800, Adam O <Adam
wrote:

When I close out of spreadsheets in Excel 2007, I am sometimes prompted with
the "Do you want to save" question, but sometimes I'm not. I want to have
this on all the time and receive the prompt whenever I close a spreadsheet
that I haven't saved. Any ideas on what's causing this?