how do i get the option to save changes when i exit

  • Thread starter Thread starter ceedee
  • Start date Start date
C

ceedee

Everytime I close out of excel it does not give me the option to save my
work. Please help.
 
You might have volatile functions in your files, like NOW() and TODAY
() and INDIRECT. These will cause the files to be recalculated when
opened, so that Excel thinks the data has changed.

Hope this helps.

Pete
 
Does this happen with every workbook you open and close?

A particular workbook?

Maybe you have beforeclose event code that saves the workbook?

Have you made any changes that should cause Excel to prompt you to save?


Gord Dibben MS Excel MVP
 
Back
Top