I'm working on automating an Excel report. Each time this Excel report is opened, Excel displays the following message box:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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
workbook?
To update all linked information, click Yes.
To keep the existing information, click No.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
How can I use VBA to automatically select "No" when the Excel report is opened?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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
workbook?
To update all linked information, click Yes.
To keep the existing information, click No.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
How can I use VBA to automatically select "No" when the Excel report is opened?