D
Don
I have a table in a Word document. One of the columns of the table has text
the SHOULD be a hyperlink, although it is appearing as plain text. Is is
possible to easily cycle through each row of the table and chage the text in
that specific cell to a hyperlink?
I have to do this with various tables, each of which might have a different
number of rows.
ActiveDocument.Hyperlinks.Add _
Anchor:=Selection.Range, _
Address:=Selection.Text
I suppose this is a start, but it doesn't delete the original plain next and
I would think I would need to write a loop that goes through each of the
rows. I wouldn't want to have to select each cell one by one...
Thanks in advance for any insight
the SHOULD be a hyperlink, although it is appearing as plain text. Is is
possible to easily cycle through each row of the table and chage the text in
that specific cell to a hyperlink?
I have to do this with various tables, each of which might have a different
number of rows.
ActiveDocument.Hyperlinks.Add _
Anchor:=Selection.Range, _
Address:=Selection.Text
I suppose this is a start, but it doesn't delete the original plain next and
I would think I would need to write a loop that goes through each of the
rows. I wouldn't want to have to select each cell one by one...
Thanks in advance for any insight