Re: Closing Workbooks
- From: "Norman Jones" <normanjones@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 Jun 2006 13:31:17 +0100
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
.
- References:
- Re: Closing Workbooks
- From: Norman Jones
- Re: Closing Workbooks
- Prev by Date: Re: complicated calculations
- Next by Date: Re: rearranging data
- Previous by thread: Re: Closing Workbooks
- Next by thread: Re: Need macro to remove blank rows
- Index(es):