I am using Excel automation to open an Excel file and extract data from a worksheet. However, if a file has a worsheet with linked cells, I get a message stating 'The workbook you opened contains automatic links to information in another workbook. Do you want to update this workbook with changes made to the other workbooks?' I have to click 'Yes' or 'No to continue running my application. Is there a property I can set so I am not prompted when I open a workbook with links? I can manually open Excel, go to the menu option Tools --> Options --> Edit and uncheck the box 'Ask to Update Automatic Links', but I would like to be able to turn it off in code and turn it back on when I'm done.
TIA,
Tom
TIA,
Tom