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?
 
Top