M
macmeldrum
Hi,
Application.displauAlerts = false
and
On error resume next
These don't stop a vba procedure that it's opening a workbook that is
corrupted.
Is there any way to suppress (or detect) all dialogs, alerts etc
whilst a procedure is running?
Thanks
Mac
Application.displauAlerts = false
and
On error resume next
These don't stop a vba procedure that it's opening a workbook that is
corrupted.
Is there any way to suppress (or detect) all dialogs, alerts etc
whilst a procedure is running?
Thanks
Mac