View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AlexD AlexD is offline
external usenet poster
 
Posts: 10
Default If AskToUpdateLink = False

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