Re: links update
From: Tom Ogilvy (twogilvy_at_msn.com)
Date: 08/13/04
- Next message: Todd Huttenstine: "Re: Clearing all items in a collection"
- Previous message: Tom Ogilvy: "Re: Data types Questions"
- In reply to: Alex: "links update"
- Next in thread: Alex: "Re: links update"
- Reply: Alex: "Re: links update"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Aug 2004 14:33:33 -0400
There will be no ripple effect, so you would need to open the workbooks at
the lowest level of a chain of links first and work upward in a breadth
first manner.
-- Regards, Tom Ogilvy "Alex" <anonymous@discussions.microsoft.com> wrote in message news:593d01c48161$b2e61350$a301280a@phx.gbl... > I have some MainBook, which have links through LookUp > function with many other books Book1,Book2,... . Those > books have thier own links through LookUp with MainBook as > well. AnotherBook have links (through LookUp) with those > books (Book1,...) too. > > I'm douing the links update from MS Access. > I'm trying to do it by using the following for all these > books: > > xlapp.AskToUpdateLinks = False > Set xlbook = xlapp.Workbooks.Open(...) > > With xlbook > > .UpdateLink Name:=xlbook.LinkSources > > End With > > Please, advise whether it's enough to have those links > updated. > > Thanks in advance.
- Next message: Todd Huttenstine: "Re: Clearing all items in a collection"
- Previous message: Tom Ogilvy: "Re: Data types Questions"
- In reply to: Alex: "links update"
- Next in thread: Alex: "Re: links update"
- Reply: Alex: "Re: links update"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|