no prompt for saving after making changes

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

Guest

Excel (2003 on XP o/s) is not prompting to save changes to a workbook that
changes were made to. I can create a new workbook, type a few letters into a
cell then close it witout it asking to save the changes.

Dan
 
hi,
Sounds to me like display alerts has been turned off. not sure....wild guess.
try running this macro....

Sub macDAT()
Application.DisplayAlerts = True
End Sub

if that don't fix it, i'm stumped too.
Regards
FSt1
 
Back
Top