J
Jason Eacott
Hi all,
this is related to my last question about Hyperlinks containing
Paragraph marks.
eg: if (P) is a paragraph mark and both these lines have hyperlinks AND
the (P) is included in the hyperink(shows blue):
text (P)
moretext(P)
then I can only get the address of the last link.
activedocument.Hyperlinks(1).Address throws error 4198 command failed.
I have also tried it by stepping to each character in the first line with a
range.next
type of construct and trying to get the hyperlink address that way - but no
luck.
This looks like a typical MS bug, but does anyone have a workaround?
or an explanation?
Thanks in Advance.
Jason.
this is related to my last question about Hyperlinks containing
Paragraph marks.
eg: if (P) is a paragraph mark and both these lines have hyperlinks AND
the (P) is included in the hyperink(shows blue):
text (P)
moretext(P)
then I can only get the address of the last link.
activedocument.Hyperlinks(1).Address throws error 4198 command failed.
I have also tried it by stepping to each character in the first line with a
range.next
type of construct and trying to get the hyperlink address that way - but no
luck.
This looks like a typical MS bug, but does anyone have a workaround?
or an explanation?
Thanks in Advance.
Jason.