View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Is it possible to store multiple hyperlinks in a cell for Excel

No, but it is easy to get the same effect.

Put the hyperlinks in a column somewhere.

In A1, put a Data Validation to allow you to pick one of the links.
In B1 enter:
=HYPERLINK(A1)

So you click on A1 to pick the link and then click on B1 to activate the link.

If you want to activate ALL the links, then use an Event macro.
--
Gary''s Student - gsnu200825


"Kart" wrote:

Is it possible to store multiple hyperlinks in a cell for Excel 2003