I would like to know how to use the UpdateLinks:=0 as in example below with GetObject:
Workbooks.Open Filename:= "C:\MyPath\MyFile.xls", UpdateLinks:=0
I am using:
Set PreviousFile = GetObject(sPath & HoldName)
The above statement works just fine execpt that the workbook reprensented by sPath & HoldName contains links and I must not update them when I open it from this process
Thanks for your suggestions.
Mike
Workbooks.Open Filename:= "C:\MyPath\MyFile.xls", UpdateLinks:=0
I am using:
Set PreviousFile = GetObject(sPath & HoldName)
The above statement works just fine execpt that the workbook reprensented by sPath & HoldName contains links and I must not update them when I open it from this process
Thanks for your suggestions.
Mike