M
mjs
I have written a macro to update links to multiple files, most of which will
be closed at the time of update. If a file is open the macro halts. Is
there a way to call out the satus and not update those that are open? The
current macro is:
ActiveWorkbook.UpdateLink Name:= _
"O:Acct 1.xls", _
Type:=xlExcelLinks
ActiveWorkbook.UpdateLink Name:=
"O:Acct 2.xls", _
Type:=xlExcelLinks
ActiveWorkbook.UpdateLink Name:= _
"O:Acct 3.xls", _
Type:=xlExcelLinks
Thank you for the help,
Mark
be closed at the time of update. If a file is open the macro halts. Is
there a way to call out the satus and not update those that are open? The
current macro is:
ActiveWorkbook.UpdateLink Name:= _
"O:Acct 1.xls", _
Type:=xlExcelLinks
ActiveWorkbook.UpdateLink Name:=
"O:Acct 2.xls", _
Type:=xlExcelLinks
ActiveWorkbook.UpdateLink Name:= _
"O:Acct 3.xls", _
Type:=xlExcelLinks
Thank you for the help,
Mark