View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Organising hyperlinks

Hi Walter:

Excel is not like Word or PowerPoint. In Word, you can assign a separate
hyperlink to each word in a sentence or table. In Excel, we can put
thousands of potential hyperlinks in single cell as follows:

FIRST create a table of the options. In G1 thru G4 enter:

cnn.com
abc.com
nbc.com
fox.com

NEXT in A1 insert a Data Validation pull-down that allows the user to pick
from the list in column G.

FINALLY in B1 enter:

=HYPERLINK("http://www." & A1)

This gives the user the ability to pick the destination in A1 and click the
link in B1!

Using the =HYPERLINK() function gives you better control of the operation.
I use Inserted hyperlink if they need to interact with my macros.
--
Gary''s Student - gsnu200907


"Walter Briscoe" wrote:

I am using Excel 2003 on Windows XP.

I have a column in which each cell (other than the header) needs to
hyperlink to zero to three hyperlinks to local .jpg files.

The zero cells are easy as empty cells meets the need.
One is easy as I set each cell with a hyperlink with text describing the
picture.

Two or more is harder. I have found no way of hyperlinking a cell to
more than one file. I hyperlink to a folder containing the pictures.

Is there any way to hyperlink directly to more than one picture?

A word document containing the pictures is one option which has occurred
to me since starting this posting.
I would appreciate other suggestions. ;)

P.S. What functional difference is there between an embedded hyperlink
(set with Ctrl+K or Insert/Hyperlink...) and the HYPERLINK function?
--
Walter Briscoe