VBA: How to prevent message boxes from office applications.

T

Thor W Hammer

My VB program opens Excel files and other office documents. I don't want
messageboxes like this: "This workbook contains links to other data sources"
to pop up during the operation.

I have set the property Application.DisplayAlerts = False, but the message
boxes continue to pop up. How can I prevent them?
 

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