Archive of Mr Excel Message Board
How can I stop this message to appear when I open the workbook.
Thanks
Andonny

You can do so by noting the links it is referring to and then searching the file for those links and deleting them.
CAUTION: These links are most probably tied to formula so the cells that need the link will no longer provide the correct answers.
To understand this feature, use Excel help and look for subject:
About using formulas to calculate values on other worksheets and workbooks
Kevin

Hi Andonny
You can stop the message by opening the Workbook with code. eg;
Workbooks.Open Filename:="Book1.xls", UpdateLinks:=0
The arguments for UpdateLinks are:
0 Doesn't update any references
1 Updates external references but not remote references
2 Updates remote references but not external references
3 Updates both remote and external references
Dave
OzGrid Business Applications
