V
VictorReinhart
Hi,
My cover page is an ordinary Word 2000 doc which has many hyperlinks
(often 50 or more). Then, there is a Word macro which is coded to
follow all hyperlinks and print each document.
I have noticed two problems:
Problem #1: The Hyperlinks collection will sometimes return the
hyperlinks in the wrong sequence (not in the order they appear on the
page).
Problem #2: The Hyperlinks collection will miss many hyperlinks in the
current document.
Both problems happen more often when the hyperlinks "wrap" from one
line to the next. (Yes, that's a long link, but they are indented too
by several levels). In that case, the second line of the hyperlink is
blue and underlined, but the first line is not.
Tried these fixes:
1) Install SR-1, SR-2, and SR-3. These work for a while (about a
week), then problem #1 comes back
2) Put a sequence number into the text of the hyperlink, then wrote
code to print based on the value of the sequence number.
Unfortunately, I discovered Problem #2. My macro prints a few
documents, then it stops. All it does in my loop is to put the Address
into an array. (It doesn't delete any hyperlinks ever).
Sometimes, in Problem #2, the Hyperlinks collection is totally empty.
Then, the macro obviously prints nothing. Yet, the hyperlinks are
clearly visible on the cover page.
What can I do?
Thank you
VictorReinhart
My cover page is an ordinary Word 2000 doc which has many hyperlinks
(often 50 or more). Then, there is a Word macro which is coded to
follow all hyperlinks and print each document.
I have noticed two problems:
Problem #1: The Hyperlinks collection will sometimes return the
hyperlinks in the wrong sequence (not in the order they appear on the
page).
Problem #2: The Hyperlinks collection will miss many hyperlinks in the
current document.
Both problems happen more often when the hyperlinks "wrap" from one
line to the next. (Yes, that's a long link, but they are indented too
by several levels). In that case, the second line of the hyperlink is
blue and underlined, but the first line is not.
Tried these fixes:
1) Install SR-1, SR-2, and SR-3. These work for a while (about a
week), then problem #1 comes back
2) Put a sequence number into the text of the hyperlink, then wrote
code to print based on the value of the sequence number.
Unfortunately, I discovered Problem #2. My macro prints a few
documents, then it stops. All it does in my loop is to put the Address
into an array. (It doesn't delete any hyperlinks ever).
Sometimes, in Problem #2, the Hyperlinks collection is totally empty.
Then, the macro obviously prints nothing. Yet, the hyperlinks are
clearly visible on the cover page.
What can I do?
Thank you
VictorReinhart