C ceedee Sep 18, 2009 #1 Everytime I close out of excel it does not give me the option to save my work. Please help.
P Pete_UK Sep 18, 2009 #2 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
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
G Gord Dibben Sep 19, 2009 #3 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
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