VBA Workbooks.Open - Suppress File Currupt Message

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
 
Top