A
AWSD
Hi,
Within a Sub I have the following code fragment:
Application.ScreenUpdating = False
Application.DisplayAlerts = False
If SheetExists("Sheet3") Then Sheets("Sheet3").Delete
Application.DisplayAlerts = True
This works fine in Excel 2000 but a user using Excel 2002 has reported the
following error:
Method "display Alerts" of object '_Application' failed.
I cant see why the error is being raised. Is there a problem in 2002? Is
there a solution?
Within a Sub I have the following code fragment:
Application.ScreenUpdating = False
Application.DisplayAlerts = False
If SheetExists("Sheet3") Then Sheets("Sheet3").Delete
Application.DisplayAlerts = True
This works fine in Excel 2000 but a user using Excel 2002 has reported the
following error:
Method "display Alerts" of object '_Application' failed.
I cant see why the error is being raised. Is there a problem in 2002? Is
there a solution?