For a short time I could not get to the forum. However Skip was so helpful that I wanted to post this for the benefit of others.
REPLY FROM SKIP:
David,
Seems like their server is being swamped -- hence, the delays.
Bookmarks are a way to tag ranges of data. Here is what I sugggest (note
that 2, 3 & 4 can be done by the macro)...
1. Divide your main document into sections. I assume that you know how to
do that (if not I can help) You can make the section breaks either
Continuous or Page Break.
2. Put your document into View/Normal. That way you will be able to see the
section breaks.
3. Highlight all the text in one section, INCLUDING THE SECTION BREAK.
4. Insert/Bookmark Type a name (my macro made the name Section1 for the
first section, etc)
5. After inserting all your bookmarks, save the main document.
6. Open (or create) the subdocument.
7. Insert/File select the main document, click the Range button and type
the first bookmark name you want to include in the subdocument. Click the
Insert button and select Insert as Link.
8. Any time that you open the subdocument, you will need to select all text
and Edit/Links UpdateNow. Unfortunately, I have not figured out a way to do
that automatically. My expertise is in Excel.
You can cut and paste my procedure into Word VBA --
alt + F11 opens VBA
double click on the Document object, and in the General window type
sub Main
or any other name you would like for this macro.
In the row between
Sub Main
End Sub
paste the macro.
Running the macro adds bookmakr names for each section that you can use to
link to the subdocument. Hope this works for you. Let me know if I can be
of any further help.
-----Original Message-----
Thank you for your quick responses.
I am trying to build a quick mock up to understand the bookmark
functionality. The link makes sense however I don't see / know how to do
that. Also would the Client book be the "dumb" book that just shows the
links from the Main book or do I pull the bookmarks from the client book to
the main book. It would make more sense to work from the main book.
Your second suggestion is new to me. Is this a macro that I would run
against the main book? I have never used macros with word and very
limitedly with excel.