Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Don't update link | Excel Discussion (Misc queries) | |||
update link | Excel Worksheet Functions | |||
Link update question | Excel Discussion (Misc queries) | |||
Update only 1 variable in a link | Links and Linking in Excel | |||
update a link to a CSV | Excel Discussion (Misc queries) |