View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default multiple Hyperlinks one Excel cell?

You get one hyperlink per cell--either from the Insert|Hyperlink or from the
=hyperlink() worksheet function.

But you could cheat.

You could add multiple rectangles from the Drawing toolbar (hide the borders!)
and assign a different hyperlink to each of those rectangles.

But you can't use the =hyperlink() worksheet function to create the hyperlink
for the rectangles.

Jody wrote:

Is it possible to enter multiple links in one Excel cell? I am using the
fuction string rather than the GUI interface.

Thanks


--

Dave Peterson