Hi,
I have multiple line in a table cell, each of them contains hyperlinks
including plain text. is there any way to get them seperately with the
hyperlink address ?

Re: break line based on hyperlinks by Jezebel

Jezebel
Tue Sep 12 01:57:24 CDT 2006

Dim pLink as Word.Hyperlink
For each pLink in [cell].Range.Hyperlinks
... pLink.Address


What you put in place of [cell] depends on how you're getting this reference
in the first place.





<lain.kou@gmail.com> wrote in message
news:1158038974.989253.247730@p79g2000cwp.googlegroups.com...
> Hi,
> I have multiple line in a table cell, each of them contains hyperlinks
> including plain text. is there any way to get them seperately with the
> hyperlink address ?
>