I want to open 1 or more Excel-workbooks programmatically. And when I open the workbook, you get a question: The workbook contains links to other data sources.
try placing in the workbook Open event handler:
Application.AskToUpdateLinks = False