If AskToUpdateLink = False
Sorry, for the link update should be
xlbook.UpdateLink Name:=xlbook.LinkSources
instead of
xlapp.UpdateLink Name:=xlbook.LinkSources
-----Original Message-----
If I set up:
xlapp.AskToUpdateLinks = False
and after that I'm opening a table:
Set xlbook = xlapp.Workbooks.Open("Table.xls)
Are links updated in this case? Or I need to use as an
addition the following thing:
xlapp.UpdateLink Name:=xlbook.LinkSources
Thanks
.
|