View Single Post
  #3   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
see if setting
UpdateLinks:=True
in the workbooks.open method helps

--
Regards
Frank Kabel
Frankfurt, Germany

"Tim Kredlo" <Tim schrieb im
Newsbeitrag ...
I have a workbook (WB01) whose Workbook_Open() subprocedure opens a

second
workbook (WB02). Because WB01 is linked to WB02, the 'This workbook

contains
links to other data sources' dialog box is presented to the user. Is

there
code that I can put in the Workbook_Open subprocedure to stop this

dialog box
from appearing?