Hello,
I am using the below code to update links
The code works fine when the source file is closed. but gives a debug msg when the source file is open.
I would like the code to run whether source file is open or closed.
Any help would be appreciated
Regards,
Humayun
I am using the below code to update links
Code:
Sub update()
ActiveWorkbook.UpdateLink Name:="\\192.168.0.100\itex share\ITEX\DATA ENTRY.xlsm" _
, Type:=xlExcelLinks
End Sub
The code works fine when the source file is closed. but gives a debug msg when the source file is open.
I would like the code to run whether source file is open or closed.
Any help would be appreciated
Regards,
Humayun