![]() |
Macro update link
I need some script that will update work book links even when another
user has the link open. Any ideas ActiveWorkbook.UpdateLink Name:= _ "C:\2008.xls", Type:= _ xlExcelLinks |
Macro update link
try two things:
ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources If this does not work, then try to re-establish all the formulas: Cells.Replace What:="=", Replacement:="=" -- Gary''s Student - gsnu2007d " wrote: I need some script that will update work book links even when another user has the link open. Any ideas ActiveWorkbook.UpdateLink Name:= _ "C:\2008.xls", Type:= _ xlExcelLinks |
All times are GMT +1. The time now is 03:15 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com