View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Hyperlink Question

This morning, one of the managers asked me about putting some hyperlinks in
chart objects.

So, I did a little research, and see from several sources, that you can't
directly put hyperlinks in charts, you have to sort of fake it out by
actually assigning the hyperlink to a cell range where the chart is located.

But, why does the chart object have a hyperlinks property, if this is true?

(I'm not doubting the sources, I just don't see what the point of the
HyperLinks property is, if you can't use it)

Help my thinking?