View Single Post
  #6   Report Post  
Tim Kredlo
 
Posts: n/a
Default

Editor will not allow me to enter as "UpdateLinks:=True"
If I enter it without the ":", it bombs out.

"Frank Kabel" wrote:

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?