Re: Closing Workbooks



Hi Bodhisatvaofboogie

Application.EnableAlerts = False

'Your closing code

Application.EnableAlerts = True

Should have been

Application.DisplayAlerts = False

'Your closing code

Application.DisplayAlerts = True


---
Regards,
Norman


.