How to create website link (Blue Clicky)

D

Dave Peterson

Select the cell that should hold that hyperlink
insert|hyperlink (in xl2003 menus) or ctrl-k in any version
type in that address that you want to go to.

I like this worksheet formula, too:

=hyperlink("http://www.microsoft.com","Click Me!")
 
G

grizzly6969

that is soooo sweet ---- love it
--
grizz


Dave Peterson said:
Select the cell that should hold that hyperlink
insert|hyperlink (in xl2003 menus) or ctrl-k in any version
type in that address that you want to go to.

I like this worksheet formula, too:

=hyperlink("http://www.microsoft.com","Click Me!")
 
Top