Does this help?

Sub OpenDontUpdate()
Workbooks.Open FileNmae:= _
"C:\My Documents\MyFile.xls", UpdateLinks:=xlUpdateLinksNever
End Sub