Let's say you are creating the hyperlinks using:
Insert > Hyperlink
and editting them the same way.
Instead, put the address in column A and the text in column B, then in C1
enter:
=HYPERLINK(A1,B1) and copy down. This will produce a nice "click-able"
table of hyperlinks. You can change the links anytime without having to use
the DialogBox.

Signature
Gary''s Student - gsnu200786
> Hi
>
[quoted text clipped - 6 lines]
>
> Thanks