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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top