why it never prompt to save after closing

L

lightstraight

Need help. My excel will not prompt me to save when i close all worksheets.
It apply to all. Thanks
 
M

Muhammed Rafeek M

check is ther any macro command:
Application.DisplayAlerts = False
if it is there, change to
Application.DisplayAlerts = True
 
Top